Skip to content

Commit e07c179

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #537
2 parents 3115302 + 52c6d2a commit e07c179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/framework-bundle/4.2/src/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ protected function configureRoutes(RouteCollectionBuilder $routes)
4141
{
4242
$confDir = $this->getProjectDir().'/config';
4343

44-
$routes->import($confDir.'/{routes}/*'.self::CONFIG_EXTS, '/', 'glob');
4544
$routes->import($confDir.'/{routes}/'.$this->environment.'/**/*'.self::CONFIG_EXTS, '/', 'glob');
45+
$routes->import($confDir.'/{routes}/*'.self::CONFIG_EXTS, '/', 'glob');
4646
$routes->import($confDir.'/{routes}'.self::CONFIG_EXTS, '/', 'glob');
4747
}
4848
}

0 commit comments

Comments
 (0)