Skip to content

Commit 2cbba19

Browse files
authored
Remove leading slash from storage location (#1543)
1 parent c581834 commit 2cbba19

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
@@ -20,7 +20,7 @@
2020
@State(
2121
name = "Symfony2PluginSettings",
2222
storages = {
23-
@Storage("/symfony2.xml")
23+
@Storage("symfony2.xml")
2424
}
2525
)
2626
public class Settings implements PersistentStateComponent<Settings> {

0 commit comments

Comments
 (0)