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',
'disk' => $disk,
'allowed_types' => [
'ico'
'ico','png'
],
]
);