8000 Adopt default container/routing files path to Symfony Flex · Koc/idea-php-symfony2-plugin@dd2ff01 · GitHub
[go: up one dir, main page]

Skip to content

Commit dd2ff01

Browse files
authored
Adopt default container/routing files path to Symfony Flex
1 parent 6981d0c commit dd2ff01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/fr/adrienbrault/idea/symfony2plugin/Settings.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ public class Settings implements PersistentStateComponent<Settings> {
2626
public static String[] DEFAULT_CONTAINER_PATHS = new String[] {
2727
"app/cache/dev/appDevDebugProjectContainer.xml",
2828
"var/cache/dev/appDevDebugProjectContainer.xml",
29+
"var/cache/dev/srcDevDebugProjectContainer.xml",
2930
};
3031

3132
// Symfony 2 and 3 paths
3233
public static String[] DEFAULT_ROUTES = new String[] {
3334
"app/cache/dev/appDevUrlGenerator.php",
3435
"var/cache/dev/appDevUrlGenerator.php",
36+
"var/cache/dev/srcDevDebugProjectContainerUrlGenerator.php",
3537
};
3638

3739
/**

0 commit comments

Comments
 (0)
0