Skip to content

Commit

Permalink
- Change env key name from FILESYSTEM_DRIVE to FILESYSTEM_DISK follow…
Browse files Browse the repository at this point in the history
…ing laravel 9
  • Loading branch information
ianriizky committed Feb 9, 2022
1 parent 32c2426 commit dd9f08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/filesystems.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|
*/

'default' => env('FILESYSTEM_DRIVER', 'local'),
'default' => env('FILESYSTEM_DISK', 'local'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit dd9f08a

Please sign in to comment.