mirror of
https://github.com/axeloz/filesharing.git
synced 2025-06-28 01:42: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' => [
|
'paths' => [
|
||||||
'content' => base_path('content'),
|
'content' => storage_path('content'),
|
||||||
'cache' => storage_path('framework/cache/orbit'),
|
'cache' => storage_path('framework/cache/orbit'),
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue