PHP Class Framework\Providers\AuthServiceProvider

Inheritance: extends Illuminate\Foundation\Support\Providers\AuthServiceProvider
Afficher le fichier Open project: vinelab/lucid

Protected Properties

Свойство Type Description
$policies array The policy mappings for the application.

Méthodes publiques

Méthode Description
boot ( ) : void Register any authentication / authorization services.

Method Details

boot() public méthode

Register any authentication / authorization services.
public boot ( ) : void
Résultat void

Property Details

$policies protected_oe property

The policy mappings for the application.
protected array $policies
Résultat array