Browse Source

Call parent boot.

Taylor Otwell 9 years ago
parent
commit
ad695e20bc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/Providers/EventServiceProvider.php

+ 2 - 0
app/Providers/EventServiceProvider.php

@@ -24,6 +24,8 @@ class EventServiceProvider extends ServiceProvider {
 	 */
 	public function boot(DispatcherContract $events)
 	{
+		parent::boot($events);
+
 		//
 	}