Add the avatars/files folders to the permissions check list

This commit is contained in:
Nabeel Shahzad 2019-05-12 23:45:07 -05:00
parent 27944b8235
commit defd78e5c2

View File

@ -21,6 +21,8 @@ return [
'public/uploads', 'public/uploads',
'storage', 'storage',
'storage/app/public', 'storage/app/public',
'storage/app/public/avatars',
'storage/app/public/uploads',
'storage/framework', 'storage/framework',
'storage/framework/cache', 'storage/framework/cache',
'storage/framework/sessions', 'storage/framework/sessions',