reboot
All checks were successful
/ ls (pull_request) Successful in 25s
/ ls (push) Successful in 25s

This commit is contained in:
lubiana 2024-06-09 16:43:34 +02:00
parent 3e33b45161
commit e2a33be4f9
No known key found for this signature in database
90 changed files with 2842 additions and 6060 deletions

View file

@ -4,8 +4,7 @@ use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;
return static function (RoutingConfigurator $routingConfigurator): void {
if ($routingConfigurator->env() === 'dev') {
$routingConfigurator
->import('@FrameworkBundle/Resources/config/routing/errors.xml')
$routingConfigurator->import('@FrameworkBundle/Resources/config/routing/errors.xml')
->prefix('/_error');
}
};