From e7307d3241fb1f31a10ef92565c17b224d5983f0 Mon Sep 17 00:00:00 2001
From: Marvin Borner
Date: Sun, 1 Jul 2018 12:13:36 +0200
Subject: Added user avatars

---
 config/filesystems.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'config/filesystems.php')

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'),
 
     /*
     |--------------------------------------------------------------------------
-- 
cgit v1.2.3