Skip to content
Snippets Groups Projects
Commit bd287c70 authored by Robert Lange's avatar Robert Lange
Browse files

refs #16476 [finc] interlibrary loan link: remove accidentally and unnecessary added factory

parent 250c33c0
Branches
Tags
No related merge requests found
......@@ -56,16 +56,4 @@ class ShortlinkController extends AbstractBase
$this->getResponse()->setStatusCode(404);
}
/**
* Creates InterlibraryLoan
*
* @param ServiceManager $sm Service manager
*
* @return InterlibraryLoan
*/
public static function getInterlibraryLoan(ServiceManager $sm)
{
return new InterlibraryLoan($sm);
}
}
......@@ -136,8 +136,7 @@ $config = [
],
'recommend' => [
'factories' => [
'finc\Recommend\EbscoResults' => \finc\Recommend\EbscoResultsFactory::class,
'finc\Recommend\InterlibraryLoan' => 'finc\Recommend\Factory::getInterlibraryLoan',
'finc\Recommend\EbscoResults' => \finc\Recommend\EbscoResultsFactory::class
],
'aliases' => [
'ebscoresults' => 'finc\Recommend\EbscoResults',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment