aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/filesystems.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/filesystems.php')
-rw-r--r--[-rwxr-xr-x]config/filesystems.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/filesystems.php b/config/filesystems.php
index af32c3c..77fa5de 100755..100644
--- a/config/filesystems.php
+++ b/config/filesystems.php
@@ -13,7 +13,7 @@ return [
|
*/
- 'default' => env('FILESYSTEM_DRIVER', 'public'),
+ 'default' => env('FILESYSTEM_DRIVER', 'local'),
/*
|--------------------------------------------------------------------------