mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 12:26:30 +03:00
add survos/command-bundle (#1553)
This commit is contained in:
@@ -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
|
||||
;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user