mirror of
https://gh.wpcy.net/https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2026-05-05 13:43:44 +08:00
30 lines
729 B
YAML
30 lines
729 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
|
|
|
|
media_controllers:
|
|
resource:
|
|
path: ../core/backend/MediaObjects/Controller/
|
|
namespace: App\MediaObjects\Controller
|
|
type: attribute
|
|
|