Update services.php.

This commit is contained in:
Pol Dellaiera 2021-08-10 15:46:00 +02:00 committed by Marc Ducobu
parent c14cb7b1bd
commit 402bf7d500

View File

@ -28,7 +28,6 @@ return static function (ContainerConfigurator $container) {
->tag('controller.service_arguments'); ->tag('controller.service_arguments');
$services $services
->set('chill_wopi.openstack_client') ->set(OpenStack::class)
->class(OpenStack::class)
->arg('$options', '%chill_wopi.openstack%'); ->arg('$options', '%chill_wopi.openstack%');
}; };