From defd78e5c280fad5a235a19b74811488673fe8d2 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Sun, 12 May 2019 23:45:07 -0500 Subject: [PATCH] Add the avatars/files folders to the permissions check list --- modules/Installer/Config/config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/Installer/Config/config.php b/modules/Installer/Config/config.php index a0ffa1e1..48b58f0e 100644 --- a/modules/Installer/Config/config.php +++ b/modules/Installer/Config/config.php @@ -21,6 +21,8 @@ return [ 'public/uploads', 'storage', 'storage/app/public', + 'storage/app/public/avatars', + 'storage/app/public/uploads', 'storage/framework', 'storage/framework/cache', 'storage/framework/sessions',