diff --git a/src/Bundle/ChillWopiBundle/src/Resources/config/services.php b/src/Bundle/ChillWopiBundle/src/Resources/config/services.php index a40796607..2a552e11e 100644 --- a/src/Bundle/ChillWopiBundle/src/Resources/config/services.php +++ b/src/Bundle/ChillWopiBundle/src/Resources/config/services.php @@ -25,10 +25,6 @@ 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);