Commit 5bcccd32 authored by Nicolas Widart's avatar Nicolas Widart

Removing sidebar event classes

parent 0b8e3ae7
<?php namespace Modules\Core\Listeners;
class SidebarNavigationListener
{
public function handle($event)
{
//dd($event);
}
}
\ No newline at end of file
......@@ -24,10 +24,6 @@ class CoreServiceProvider extends ServiceProvider
*/
public function register()
{
$this->app->booted(function ($app)
{
$app['events']->listen('sidebar.menu.item_event', 'Modules\Core\Listeners\SidebarNavigationListener');
});
}
/**
......
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