Cleanup service providers

This commit is contained in:
Graham Campbell
2015-05-28 19:46:54 +01:00
parent 5540a50fae
commit 3f9ebb8abf
13 changed files with 116 additions and 219 deletions
-12
View File
@@ -26,16 +26,4 @@ class EventServiceProvider extends ServiceProvider
'EventListener',
],
];
/**
* Register any other events for your application.
*
* @param \Illuminate\Contracts\Events\Dispatcher $events
*/
public function boot(DispatcherContract $events)
{
parent::boot($events);
//
}
}