PHP Class REBELinBLUE\Deployer\Providers\AuthServiceProvider

Inheritance: extends Illuminate\Foundation\Support\Providers\AuthServiceProvider
Show file Open project: rebelinblue/deployer

Protected Properties

Property Type Description
$policies array The policy mappings for the application.

Public Methods

Method Description
boot ( Illuminate\Contracts\Auth\Access\Gate $gate ) Register any application authentication / authorization services.

Method Details

boot() public method

Register any application authentication / authorization services.
public boot ( Illuminate\Contracts\Auth\Access\Gate $gate )
$gate Illuminate\Contracts\Auth\Access\Gate

Property Details

$policies protected property

The policy mappings for the application.
protected array $policies
return array