Commit ad695e20 authored by Taylor Otwell's avatar Taylor Otwell

Call parent boot.

parent 86b0ae08
......@@ -24,6 +24,8 @@ class EventServiceProvider extends ServiceProvider {
*/
public function boot(DispatcherContract $events)
{
parent::boot($events);
//
}
......
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