Skip to content

Commit 987cf6e

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #560
2 parents 8e2bb5c + 2902cb7 commit 987cf6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

57-
$routes->import($confDir.'/{routes}/*'.self::CONFIG_EXTS, '/', 'glob');
5857
$routes->import($confDir.'/{routes}/'.$this->environment.'/**/*'.self::CONFIG_EXTS, '/', 'glob');
58+
$routes->import($confDir.'/{routes}/*'.self::CONFIG_EXTS, '/', 'glob');
5959
$routes->import($confDir.'/{routes}'.self::CONFIG_EXTS, '/', 'glob');
6060
}
6161
}

0 commit comments

Comments
 (0)