Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 5992ce5

Browse files
committed
🐛 fixed storage path
1 parent c282450 commit 5992ce5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Config/paths.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
"config_path" => "App/Config",
1919

20-
"storage_path" => "App/storage",
20+
"storage_path" => "storage",
2121

2222
"commands_path" => "App/Console",
2323

0 commit comments

Comments
 (0)