Removing double listener

parent 44385fb5
...@@ -39,7 +39,6 @@ class PageServiceProvider extends ServiceProvider ...@@ -39,7 +39,6 @@ class PageServiceProvider extends ServiceProvider
BuildingSidebar::class, BuildingSidebar::class,
$this->getSidebarClassForModule('page', RegisterPageSidebar::class) $this->getSidebarClassForModule('page', RegisterPageSidebar::class)
); );
$this->app['events']->listen(BuildingSidebar::class, RegisterPageSidebar::class);
} }
public function boot() public function boot()
......
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