Commit 686d4bc7 authored by Nicolas Widart's avatar Nicolas Widart

Removing unused imports

parent 6bb24243
<?php namespace Modules\Setting\Composers; <?php namespace Modules\Setting\Composers;
use Illuminate\Support\Collection;
use Illuminate\Support\Facades\Request;
use Illuminate\View\View; use Illuminate\View\View;
class SidebarViewComposer class SidebarViewComposer
......
...@@ -3,4 +3,4 @@ return [ ...@@ -3,4 +3,4 @@ return [
'settings' => [ 'settings' => [
'index' 'index'
] ]
]; ];
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment