PHP 클래스 Caffeinated\Modules\Support\AuthServiceProvider

상속: extends ServiceProvider
파일 보기 프로젝트 열기: caffeinated/modules

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
register ( ) : void Register bindings in the container.
registerPolicies ( ) : void Register the application's policies.

메소드 상세

register() 공개 메소드

Register bindings in the container.
public register ( ) : void
리턴 void

registerPolicies() 공개 메소드

Register the application's policies.
public registerPolicies ( ) : void
리턴 void

프로퍼티 상세

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

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