mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Update services.php
This commit is contained in:
parent
24b675ce97
commit
c7aafc6730
@ -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