Merge pull request #2018 from rahulshukla-webkul/development

Issue #1983
This commit is contained in:
Jitendra Singh 2020-01-09 13:50:15 +05:30 committed by GitHub
commit e3d6592257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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');