mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 07:50:08 +08:00
18 lines
430 B
YAML
18 lines
430 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
|
|
|