mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
Fix OpenStack service.
This commit is contained in:
parent
66ac9cd9fd
commit
ac58340d60
@ -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