AdamWathan\EloquentOAuthL5\EloquentOAuthServiceProvider::registerIdentityStore PHP Method

registerIdentityStore() protected method

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