We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760e795 commit 1ee0663Copy full SHA for 1ee0663
config/backup-manager.php
@@ -3,7 +3,7 @@
3
return [
4
'local' => [
5
'type' => 'Local',
6
- 'root' => '/',
+ 'root' => storage_path('app'),
7
],
8
's3' => [
9
'type' => 'AwsS3',
0 commit comments