Issue #1983
This commit is contained in:
parent
6413cdae71
commit
0f0cc82058
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue