Fix cs: upgrade of php-cs-fixer

This commit is contained in:
2024-06-19 12:18:20 +02:00
parent a9f0059743
commit 99818c211d
9 changed files with 15 additions and 15 deletions

View File

@@ -32,10 +32,10 @@ return static function (ContainerConfigurator $container) {
->autoconfigure();
$services
->load('Chill\\WopiBundle\\Service\\', __DIR__.'/../../Service');
->load('Chill\WopiBundle\Service\\', __DIR__.'/../../Service');
$services
->load('Chill\\WopiBundle\\Controller\\', __DIR__.'/../../Controller')
->load('Chill\WopiBundle\Controller\\', __DIR__.'/../../Controller')
->tag('controller.service_arguments');
$services