mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 03:23:48 +00:00
update php-cs-fixer and rector + fix rules
This commit is contained in:
@@ -19,5 +19,5 @@ return static function (RoutingConfigurator $routes) {
|
||||
|
||||
$routes
|
||||
->add('chill_wopi_object_convert', '/convert/{uuid}')
|
||||
->controller(\Chill\WopiBundle\Controller\Convert::class);
|
||||
->controller(Chill\WopiBundle\Controller\Convert::class);
|
||||
};
|
||||
|
Reference in New Issue
Block a user