Skip to content

Commit 0100c17

Browse files
committed
fix config file
1 parent 57fbe47 commit 0100c17

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/Assets/config/laravel-backup.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@
1111

1212
/*
1313
* The path where the database dumps will be saved. This path
14-
* is related to the path you configured with your chosen
15-
* filesystem
14+
* is relative to the root you configured on your chosen
15+
* filesystem.
1616
*
1717
* If you're using the local filesystem a .gitignore file will
1818
* be automatically placed in this directory so you don't
1919
* accidentally end up committing these dumps.
2020
*/
21-
'path' => storage_path('db-dumps'),
22-
21+
'path' => 'db-dumps',
2322

2423
/*
2524
* The path to the mysqldump binary. You can leave this empty

0 commit comments

Comments
 (0)