REBELinBLUE\Deployer\Providers\AppServiceProvider::boot PHP Метод

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

Bootstrap any application services.
public boot ( )
    public function boot()
    {
        // Set up the morph map for the polymorphic relationships
        Relation::morphMap(['project' => Project::class, 'template' => Template::class]);
    }