add png field type for favicon upload types

This commit is contained in:
vedatakd 2019-10-21 10:51:52 +03:00
parent ade7012515
commit ea13900d1f

View File

@ -72,7 +72,7 @@ class ProfileModuleSeeder extends Seeder
'slug' => 'favicon', 'slug' => 'favicon',
'disk' => $disk, 'disk' => $disk,
'allowed_types' => [ 'allowed_types' => [
'ico' 'ico','png'
], ],
] ]
); );