Moving database to storage

This commit is contained in:
Axel 2023-05-25 11:40:12 +02:00
parent 99d6e77eca
commit 5d9c89e600
Signed by: axel
GPG key ID: 73C0A5961B6BC740

View file

@ -11,7 +11,7 @@ return [
],
'paths' => [
'content' => base_path('content'),
'content' => storage_path('content'),
'cache' => storage_path('framework/cache/orbit'),
],