diff --git a/src/Bundle/ChillWopiBundle/src/Resources/config/services.php b/src/Bundle/ChillWopiBundle/src/Resources/config/services.php index 2a552e11e..a40796607 100644 --- a/src/Bundle/ChillWopiBundle/src/Resources/config/services.php +++ b/src/Bundle/ChillWopiBundle/src/Resources/config/services.php @@ -25,6 +25,10 @@ return static function (ContainerConfigurator $container) { $services ->load('Chill\\WopiBundle\\Service\\', __DIR__ . '/../../Service'); + $services + ->load('Chill\\WopiBundle\\Controller\\', __DIR__ . '/../../Controller') + ->tag('controller.service_arguments'); + $services ->alias(WopiInterface::class, ChillWopi::class);