Skip to content

Commit

Permalink
Fix: Use attribute loader
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 21, 2023
1 parent 719d7dc commit 31a6623
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -14,6 +14,6 @@
use Symfony\Component\Routing;

return static function (Routing\Loader\Configurator\RoutingConfigurator $routingConfigurator): void {
$routingConfigurator->import('../../src/Controller/', 'annotation');
$routingConfigurator->import('../../src/Kernel.php', 'annotation');
$routingConfigurator->import('../../src/Controller/', 'attribute');
$routingConfigurator->import('../../src/Kernel.php', 'attribute');
};

0 comments on commit 31a6623

Please sign in to comment.