mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
Update services.php
This commit is contained in:
parent
9702ee534b
commit
407ff9a725
@ -21,8 +21,7 @@ return static function (ContainerConfigurator $container) {
|
|||||||
->autoconfigure();
|
->autoconfigure();
|
||||||
|
|
||||||
$services
|
$services
|
||||||
->load('Chill\\WopiBundle\\', '../*')
|
->load('Chill\\WopiBundle\\Service\\', __DIR__ . '/../../Service');
|
||||||
->exclude('../src/{DependencyInjection,Entity,Resources,Tests,Kernel.php}');
|
|
||||||
|
|
||||||
$services
|
$services
|
||||||
->load('Chill\\WopiBundle\\Controller\\', __DIR__ . '/../../Controller')
|
->load('Chill\\WopiBundle\\Controller\\', __DIR__ . '/../../Controller')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user