mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Update services for controllers.
This commit is contained in:
parent
845833a211
commit
9444e46f66
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user