mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +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}');
|
||||
|
||||
$services
|
||||
->set('chill_wopi.openstack_cient')
|
||||
->set('chill_wopi.openstack_client')
|
||||
->class(OpenStack::class)
|
||||
->args('%chill_wopi.openstack%')
|
||||
->args('%chill_wopi.openstack%');
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user