mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 04:47:10 +08:00
23 lines
584 B
YAML
23 lines
584 B
YAML
controllers:
|
|
resource:
|
|
path: ../core/backend/Controller/
|
|
namespace: App\Controller
|
|
type: attribute
|
|
|
|
auth_controllers:
|
|
resource:
|
|
path: ../core/backend/Authentication/Controller/
|
|
namespace: App\Authentication\Controller
|
|
type: attribute
|
|
|
|
engine_controllers:
|
|
resource:
|
|
path: ../core/backend/Engine/Controller/
|
|
namespace: App\Engine\Controller
|
|
type: attribute
|
|
|
|
entrypoint_controllers:
|
|
resource:
|
|
path: ../core/backend/EntryPoint/Controller/
|
|
namespace: App\EntryPoint\Controller
|
|
type: attribute
|