PHP Class Gitamin\Providers\AuthServiceProvider

Inheritance: extends Illuminate\Foundation\Support\Providers\AuthServiceProvider
Afficher le fichier Open project: gitaminhq/gitamin

Protected Properties

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

Méthodes publiques

Méthode Description
boot ( Illuminate\Contracts\Auth\Access\Gate $gate ) : void Register any application authentication / authorization services.

Method Details

boot() public méthode

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

Property Details

$policies protected_oe property

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