Skip to content

Commit cfd6df8

Browse files
committed
#1736 change default for public files
1 parent 9df77b1 commit cfd6df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class Settings implements PersistentStateComponent<Settings> {
3939

4040
public static String DEFAULT_TRANSLATION_PATH = "var/cache/dev/translations";
4141

42-
public static String DEFAULT_WEB_DIRECTORY = "web";
42+
public static String DEFAULT_WEB_DIRECTORY = "public";
4343
public static String DEFAULT_APP_DIRECTORY = "app";
4444

4545
public String pathToTranslation = DEFAULT_TRANSLATION_PATH;

0 commit comments

Comments
 (0)