mirror of
https://github.com/axeloz/filesharing.git
synced 2025-06-27 17:32:25 +02:00
Moving database to storage
This commit is contained in:
parent
99d6e77eca
commit
5d9c89e600
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ return [
|
|||
],
|
||||
|
||||
'paths' => [
|
||||
'content' => base_path('content'),
|
||||
'content' => storage_path('content'),
|
||||
'cache' => storage_path('framework/cache/orbit'),
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue