mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
Fix typo.
This commit is contained in:
parent
8ee2814a1b
commit
66ac9cd9fd
@ -25,7 +25,7 @@ return static function (ContainerConfigurator $container) {
|
|||||||
->exclude('../src/{DependencyInjection,Entity,Resources,Tests,Kernel.php}');
|
->exclude('../src/{DependencyInjection,Entity,Resources,Tests,Kernel.php}');
|
||||||
|
|
||||||
$services
|
$services
|
||||||
->set('chill_wopi.openstack_cient')
|
->set('chill_wopi.openstack_client')
|
||||||
->class(OpenStack::class)
|
->class(OpenStack::class)
|
||||||
->args('%chill_wopi.openstack%')
|
->args('%chill_wopi.openstack%');
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user