Adopt default container/routing files path to Symfony Flex#993
Adopt default container/routing files path to Symfony Flex#993Haehnchen merged 1 commit intoHaehnchen:masterfrom
Conversation
|
thx related to #922 |
| public static String[] DEFAULT_ROUTES = new String[] { | ||
| "app/cache/dev/appDevUrlGenerator.php", | ||
| "var/cache/dev/appDevUrlGenerator.php", | ||
| "var/cache/dev/srcDevDebugProjectContainerUrlGenerator.php", |
There was a problem hiding this comment.
are you sure about DebugProjectContainer here ? This looks weird to me
There was a problem hiding this comment.
ooh, yees, seems to typo, will check later for real name
There was a problem hiding this comment.
well, probably srcDevUrlGenerator.php, as the only change is the kernel name (because of the kernel move from app to src)
There was a problem hiding this comment.
btw, the comment before should say Symfony 2, 3 and 4 paths 😄
There was a problem hiding this comment.
@stof even more, Symfony 3.3 has similar naming
There was a problem hiding this comment.
hm, actually 2.7 has this change too symfony/symfony#20147
There was a problem hiding this comment.
hmm, indeed. But then, it means you have to add more paths to account for them in other places.
|


No description provided.