PHP 클래스 Gitamin\Providers\AuthServiceProvider

상속: extends Illuminate\Foundation\Support\Providers\AuthServiceProvider
파일 보기 프로젝트 열기: gitaminhq/gitamin

보호된 프로퍼티들

프로퍼티 타입 설명
$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