Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
padmasreegade committed Oct 7, 2024
1 parent 0b04e24 commit 979c9a5
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 479 deletions.
267 changes: 0 additions & 267 deletions module/VuFind/src/VuFind/Db/Row/LoginToken.php

This file was deleted.

2 changes: 0 additions & 2 deletions module/VuFind/src/VuFind/Db/Row/PluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager
*/
protected $aliases = [
'externalsession' => ExternalSession::class,
'logintoken' => LoginToken::class,
'ratings' => Ratings::class,
'search' => Search::class,
'session' => Session::class,
Expand All @@ -62,7 +61,6 @@ class PluginManager extends \VuFind\ServiceManager\AbstractPluginManager
*/
protected $factories = [
ExternalSession::class => RowGatewayFactory::class,
LoginToken::class => RowGatewayFactory::class,
Ratings::class => RowGatewayFactory::class,
Search::class => RowGatewayFactory::class,
Session::class => RowGatewayFactory::class,
Expand Down
Loading

0 comments on commit 979c9a5

Please sign in to comment.