mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Fix OpenStack service.
This commit is contained in:
parent
28af73db19
commit
5d5ad9e4f7
@ -27,5 +27,5 @@ return static function (ContainerConfigurator $container) {
|
|||||||
$services
|
$services
|
||||||
->set('chill_wopi.openstack_client')
|
->set('chill_wopi.openstack_client')
|
||||||
->class(OpenStack::class)
|
->class(OpenStack::class)
|
||||||
->args('%chill_wopi.openstack%');
|
->arg('$options', '%chill_wopi.openstack%');
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user