mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 04:47:10 +08:00
Add App\Module to core_services
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
This commit is contained in:
parent
674af51eea
commit
3364236f6b
1 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,10 @@ services:
|
|||
resource: '../core/backend/*'
|
||||
exclude: '../core/backend/{DependencyInjection,Entity,Migrations,Tests,Kernel.php}'
|
||||
|
||||
App\Module\:
|
||||
resource: '../core/modules/*'
|
||||
exclude: '../core/modules/{DependencyInjection,Entity,Migrations,Tests,Kernel.php}'
|
||||
|
||||
# makes classes in extensions/ available to be used as services
|
||||
# this creates a service per class whose id is the fully-qualified class name
|
||||
App\Extension\:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue