From 407ff9a725e6a62ac8fb31c3d3f6736f09df8b07 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 10 Aug 2021 15:42:06 +0200 Subject: [PATCH] Update services.php --- src/Bundle/ChillWopiBundle/src/Resources/config/services.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Bundle/ChillWopiBundle/src/Resources/config/services.php b/src/Bundle/ChillWopiBundle/src/Resources/config/services.php index 2462f0990..e84a76f2a 100644 --- a/src/Bundle/ChillWopiBundle/src/Resources/config/services.php +++ b/src/Bundle/ChillWopiBundle/src/Resources/config/services.php @@ -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')