diff --git a/src/Bundle/ChillWopiBundle/src/Resources/services.php b/src/Bundle/ChillWopiBundle/src/Resources/services.php index 816ce4d9f..2462f0990 100644 --- a/src/Bundle/ChillWopiBundle/src/Resources/services.php +++ b/src/Bundle/ChillWopiBundle/src/Resources/services.php @@ -24,6 +24,10 @@ return static function (ContainerConfigurator $container) { ->load('Chill\\WopiBundle\\', '../*') ->exclude('../src/{DependencyInjection,Entity,Resources,Tests,Kernel.php}'); + $services + ->load('Chill\\WopiBundle\\Controller\\', __DIR__ . '/../../Controller') + ->tag('controller.service_arguments'); + $services ->set('chill_wopi.openstack_client') ->class(OpenStack::class)