From 3599508a3be8a3190ac2acb9af0a207fd2ad3d83 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Thu, 19 Aug 2021 16:04:43 +0200 Subject: [PATCH] fix: Fix services definitions. --- src/Bundle/ChillWopiBundle/src/Resources/config/services.php | 4 ---- 1 file changed, 4 deletions(-) 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);