PHP Class Framework\Providers\AuthServiceProvider

Inheritance: extends Illuminate\Foundation\Support\Providers\AuthServiceProvider
Show file Open project: vinelab/lucid

Protected Properties

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

Public Methods

Method Description
boot ( ) : void Register any authentication / authorization services.

Method Details

boot() public method

Register any authentication / authorization services.
public boot ( ) : void
return void

Property Details

$policies protected property

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