Call parent boot.

This commit is contained in:
Taylor Otwell 2015-01-22 17:15:34 -06:00
parent 86b0ae0896
commit ad695e20bc
1 changed files with 2 additions and 0 deletions

View File

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