Skip to content
Snippets Groups Projects
Commit 35062be0 authored by Sebastian Kehr's avatar Sebastian Kehr 🚣🏼 Committed by Dorian Merz
Browse files

refs #16644 [master-v5] retrieve service locator by property

parent d9eaa707
No related merge requests found
...@@ -58,6 +58,6 @@ class RecordController extends \VuFind\Controller\RecordController implements ...@@ -58,6 +58,6 @@ class RecordController extends \VuFind\Controller\RecordController implements
*/ */
protected function getRewrite() protected function getRewrite()
{ {
return $this->getServiceLocator()->get('finc\Rewrite'); return $this->serviceLocator->get('finc\Rewrite');
} }
} }
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