File tree 1 file changed +4
-3
lines changed
src/fr/adrienbrault/idea/symfony2plugin
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
22
)
23
23
public class Settings implements PersistentStateComponent <Settings > {
24
24
25
- // Symfony 2 and 3 paths
25
+ // Default Symfony 2, 3 and 4 paths
26
26
public static String [] DEFAULT_CONTAINER_PATHS = new String [] {
27
27
"app/cache/dev/appDevDebugProjectContainer.xml" ,
28
28
"var/cache/dev/appDevDebugProjectContainer.xml" ,
29
29
"var/cache/dev/srcDevDebugProjectContainer.xml" ,
30
30
};
31
31
32
- // Symfony 2 and 3 paths
32
+ // Default Symfony 2, 3 and 4 paths
33
33
public static String [] DEFAULT_ROUTES = new String [] {
34
34
"app/cache/dev/appDevUrlGenerator.php" ,
35
35
"var/cache/dev/appDevUrlGenerator.php" ,
36
- "var/cache/dev/srcDevDebugProjectContainerUrlGenerator.php" ,
36
+ "var/cache/dev/appDevDebugProjectContainerUrlGenerator.php" ,
37
+ "var/cache/dev/srcDevDebugProjectContainerUrlGenerator.php" ,
37
38
};
38
39
39
40
public static String DEFAULT_TRANSLATION_PATH = "app/cache/dev/translations" ;
You can’t perform that action at this time.
0 commit comments