mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 07:50:08 +08:00
Symfony 6.4 - Re-setup controller configuration
This commit is contained in:
parent
07f94664ac
commit
9463e4f6ec
1 changed files with 14 additions and 1 deletions
|
@ -1,5 +1,18 @@
|
|||
controllers:
|
||||
resource:
|
||||
path: ../core/backend/**/Controller/*
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue