Skip to content
This repository was archived by the owner on Mar 12, 2022. It is now read-only.

Commit ad38b20

Browse files
committed
Remove removed id property from storage annotation
1 parent a03b9b1 commit ad38b20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/de/espend/idea/laravel/LaravelSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
@State(
1717
name = "LaravelPluginSettings",
1818
storages = {
19-
@Storage(id = "default", file = StoragePathMacros.PROJECT_FILE),
20-
@Storage(id = "dir", file = StoragePathMacros.PROJECT_CONFIG_DIR + "/laravel-plugin.xml", scheme = StorageScheme.DIRECTORY_BASED)
19+
@Storage(file = StoragePathMacros.PROJECT_FILE),
20+
@Storage(file = StoragePathMacros.PROJECT_CONFIG_DIR + "/laravel-plugin.xml", scheme = StorageScheme.DIRECTORY_BASED)
2121
}
2222
)
2323
public class LaravelSettings implements PersistentStateComponent<LaravelSettings> {

0 commit comments

Comments
 (0)