From 7d8d9155a71c64e760cbdd6d09ccd5efec2e8642 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Sun, 3 May 2015 12:09:28 +0930 Subject: [PATCH] Change avatar path --- system/config/filesystems.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/config/filesystems.php b/system/config/filesystems.php index d06640d..719a907 100644 --- a/system/config/filesystems.php +++ b/system/config/filesystems.php @@ -45,7 +45,7 @@ return [ 'flarum-avatars' => [ 'driver' => 'local', - 'root' => public_path('flarum/avatars') + 'root' => public_path('assets/avatars') ], ],