Framework\Providers\AuthServiceProvider::boot PHP 메소드

boot() 공개 메소드

Register any authentication / authorization services.
public boot ( ) : void
리턴 void
    public function boot()
    {
        $this->registerPolicies();
        //
    }
AuthServiceProvider