Askedio\SoftCascade\Providers\GenericServiceProvider::boot PHP Méthode

boot() public méthode

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