Commit db7d73d0 authored by Nicolas Widart's avatar Nicolas Widart

Removing the sidebar link from core module

parent e83a782a
......@@ -9,12 +9,5 @@ class SidebarViewCreator
{
$view->prefix = Config::get('core::core.admin-prefix');
$view->items = new Collection;
$view->items->put('dashboard', [
'weight' => 0,
'request' => $view->prefix,
'route' => 'dashboard.index',
'icon-class' => 'fa fa-dashboard',
'title' => 'Dashboard',
]);
}
}
\ 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