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