PHP Класс Learner\Providers\AuthServiceProvider

Наследование: extends Illuminate\Foundation\Support\Providers\AuthServiceProvider
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$policies array The policy mappings for the application.

Открытые методы

Метод Описание
boot ( Illuminate\Contracts\Auth\Access\Gate $gate ) : void Register any application authentication / authorization services.

Описание методов

boot() публичный метод

Register any application authentication / authorization services.
public boot ( Illuminate\Contracts\Auth\Access\Gate $gate ) : void
$gate Illuminate\Contracts\Auth\Access\Gate
Результат void

Описание свойств

$policies защищенное свойство

The policy mappings for the application.
protected array $policies
Результат array