Files
symfony-flex-recipes/symfony/framework-bundle/4.2
Grégoire Pineau 52c6d2ae96 Load routes for specific env first
It's common to add a 'wildcard' route to an application that looks like
a CMS. Usually the route has the following path `/{slug}`.

But with the current routes loading order, the 'dev' routing is loaded
after regular routes. In previous SF versions, dev routing was loaded
first. This PR retores this behavior.
2019-02-25 16:29:14 +01:00
..
2018-11-22 16:10:44 +00:00
2019-02-25 16:29:14 +01:00
2018-10-12 09:47:05 +02:00