Skip to content

Commit 1ee0663

Browse files
committed
Default storage/app root for local
1 parent 760e795 commit 1ee0663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/backup-manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
'local' => [
55
'type' => 'Local',
6-
'root' => '/',
6+
'root' => storage_path('app'),
77
],
88
's3' => [
99
'type' => 'AwsS3',

0 commit comments

Comments
 (0)