add order
All checks were successful
/ ls (pull_request) Successful in 27s
/ ls (push) Successful in 27s

This commit is contained in:
lubiana 2024-06-14 17:41:00 +02:00
parent 7663f684a4
commit 1dc5306967
No known key found for this signature in database
37 changed files with 1060 additions and 113 deletions

View file

@ -14,5 +14,8 @@ return static function (ContainerConfigurator $containerConfigurator): void {
__DIR__ . '/../src/DependencyInjection/',
__DIR__ . '/../src/Entity/',
__DIR__ . '/../src/Kernel.php',
__DIR__ . '/../src/Controller/',
]);
$services->load('App\\Controller\\', __DIR__ . '/../src/Controller/')
->tag('controller.service_arguments');
};