This commit is contained in:
rahul shukla 2020-01-09 13:39:13 +05:30
parent 6413cdae71
commit 0f0cc82058
1 changed files with 0 additions and 4 deletions

View File

@ -120,10 +120,6 @@ class ConfigurationController extends Controller
{
Event::fire('core.configuration.save.before');
$this->validate(request(), [
'general.design.admin_logo.logo_image' => 'mimes:jpeg,bmp,png,jpg'
]);
$this->coreConfigRepository->create(request()->all());
Event::fire('core.configuration.save.after');