Owl\Providers\EventServiceProvider::boot PHP Method

boot() public method

Register any other events for your application.
public boot ( Illuminate\Contracts\Events\Dispatcher $events ) : void
$events Illuminate\Contracts\Events\Dispatcher
return void
    public function boot(DispatcherContract $events)
    {
        parent::boot($events);
        $this->registerSubscriber();
    }
EventServiceProvider