AdamWathan\EloquentOAuthL5\EloquentOAuthServiceProvider::registerIdentityStore PHP 메소드

registerIdentityStore() 보호된 메소드

protected registerIdentityStore ( )
    protected function registerIdentityStore()
    {
        $this->app->singleton('AdamWathan\\EloquentOAuth\\IdentityStore', function ($app) {
            return new EloquentIdentityStore();
        });
    }