Askedio\SoftCascade\Providers\GenericServiceProvider::boot PHP Метод

boot() публичный Метод

Register routes, translations, views and publishers.
public boot ( ) : void
Результат void
    public function boot()
    {
        $this->app->register(EventServiceProvider::class);
    }
GenericServiceProvider