@@ -3,21 +3,21 @@ |
||
3 | 3 | return array( |
4 | 4 | 'backup' => array( |
5 | 5 | |
6 | - /** |
|
7 | - * The disk where your files will be backed up |
|
8 | - **/ |
|
6 | + /** |
|
7 | + * The disk where your files will be backed up |
|
8 | + **/ |
|
9 | 9 | 'disk' => 'local', |
10 | 10 | |
11 | 11 | |
12 | 12 | /** |
13 | - * Location on disk where to backup migratons |
|
14 | - **/ |
|
13 | + * Location on disk where to backup migratons |
|
14 | + **/ |
|
15 | 15 | 'migrations' => 'backup/migrations/', |
16 | 16 | |
17 | 17 | |
18 | 18 | /** |
19 | - * Location on disk where to backup seeds |
|
20 | - **/ |
|
19 | + * Location on disk where to backup seeds |
|
20 | + **/ |
|
21 | 21 | 'seeds' => 'backup/seeds/' |
22 | 22 | |
23 | 23 | ), |