PHP 클래스 Someline\Providers\AuthServiceProvider

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

보호된 프로퍼티들

프로퍼티 타입 설명
$policies array The policy mappings for the application.

공개 메소드들

메소드 설명
boot ( ) : void Register any authentication / authorization services.

메소드 상세

boot() 공개 메소드

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

프로퍼티 상세

$policies 보호되어 있는 프로퍼티

The policy mappings for the application.
protected array $policies
리턴 array