We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e2bb5c + 2902cb7 commit 987cf6eCopy full SHA for 987cf6e
symfony/framework-bundle/3.3/src/Kernel.php
@@ -54,8 +54,8 @@ protected function configureRoutes(RouteCollectionBuilder $routes)
54
{
55
$confDir = $this->getProjectDir().'/config';
56
57
- $routes->import($confDir.'/{routes}/*'.self::CONFIG_EXTS, '/', 'glob');
58
$routes->import($confDir.'/{routes}/'.$this->environment.'/**/*'.self::CONFIG_EXTS, '/', 'glob');
+ $routes->import($confDir.'/{routes}/*'.self::CONFIG_EXTS, '/', 'glob');
59
$routes->import($confDir.'/{routes}'.self::CONFIG_EXTS, '/', 'glob');
60
}
61
0 commit comments