diff options
Diffstat (limited to 'config/filesystems.php')
-rw-r--r-- | config/filesystems.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/filesystems.php b/config/filesystems.php index 77fa5de..af32c3c 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -13,7 +13,7 @@ return [ | */ - 'default' => env('FILESYSTEM_DRIVER', 'local'), + 'default' => env('FILESYSTEM_DRIVER', 'public'), /* |-------------------------------------------------------------------------- |