Update services for controllers.

This commit is contained in:
Pol Dellaiera 2021-08-10 15:38:50 +02:00 committed by Marc Ducobu
parent 845833a211
commit 9444e46f66

View File

@ -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)