Fix typo.

This commit is contained in:
Pol Dellaiera 2021-08-10 15:14:47 +02:00
parent 364aff36a4
commit 28af73db19

View File

@ -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%');
}; };