REBELinBLUE\Deployer\Providers\AuthServiceProvider::boot PHP Method

boot() public method

Register any application authentication / authorization services.
public boot ( Illuminate\Contracts\Auth\Access\Gate $gate )
$gate Illuminate\Contracts\Auth\Access\Gate
    public function boot(GateContract $gate)
    {
        $this->registerPolicies($gate);
        //
    }
AuthServiceProvider