PHP 클래스 Irazasyed\JwtAuthGuard\JwtAuthGuardServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: irazasyed/jwt-auth-guard

공개 메소드들

메소드 설명
boot ( ) : void Boot the authentication services for the application.
register ( ) : void Register any application services.

메소드 상세

boot() 공개 메소드

Boot the authentication services for the application.
public boot ( ) : void
리턴 void

register() 공개 메소드

Register any application services.
public register ( ) : void
리턴 void