Update services.php

This commit is contained in:
Pol Dellaiera 2021-08-10 15:42:06 +02:00 committed by Marc Ducobu
parent 9702ee534b
commit 407ff9a725

View File

@ -21,8 +21,7 @@ return static function (ContainerConfigurator $container) {
->autoconfigure();
$services
->load('Chill\\WopiBundle\\', '../*')
->exclude('../src/{DependencyInjection,Entity,Resources,Tests,Kernel.php}');
->load('Chill\\WopiBundle\\Service\\', __DIR__ . '/../../Service');
$services
->load('Chill\\WopiBundle\\Controller\\', __DIR__ . '/../../Controller')