add survos/command-bundle (#1553)

This commit is contained in:
Tac Tacelosky
2023-10-17 13:29:12 -04:00
committed by GitHub
parent 8dde956a9b
commit cf2d161e07
4 changed files with 30 additions and 0 deletions
@@ -0,0 +1,9 @@
<?php
use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;
return static function (RoutingConfigurator $routes): void {
$routes->import('@SurvosCommandBundle/config/routes.php')
->prefix('/admin') // consider adding this path to the access_control key in security
;
};