Call parent boot.
This commit is contained in:
parent
86b0ae0896
commit
ad695e20bc
|
@ -24,6 +24,8 @@ class EventServiceProvider extends ServiceProvider {
|
|||
*/
|
||||
public function boot(DispatcherContract $events)
|
||||
{
|
||||
parent::boot($events);
|
||||
|
||||
//
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue