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 3115302 + 52c6d2a commit e07c179Copy full SHA for e07c179
symfony/framework-bundle/4.2/src/Kernel.php
@@ -41,8 +41,8 @@ protected function configureRoutes(RouteCollectionBuilder $routes)
41
{
42
$confDir = $this->getProjectDir().'/config';
43
44
- $routes->import($confDir.'/{routes}/*'.self::CONFIG_EXTS, '/', 'glob');
45
$routes->import($confDir.'/{routes}/'.$this->environment.'/**/*'.self::CONFIG_EXTS, '/', 'glob');
+ $routes->import($confDir.'/{routes}/*'.self::CONFIG_EXTS, '/', 'glob');
46
$routes->import($confDir.'/{routes}'.self::CONFIG_EXTS, '/', 'glob');
47
}
48
0 commit comments