Askedio\SoftCascade\Providers\GenericServiceProvider::boot PHP Method

boot() public method

Register routes, translations, views and publishers.
public boot ( ) : void
return void
    public function boot()
    {
        $this->app->register(EventServiceProvider::class);
    }
GenericServiceProvider