From 82763f0c2e9c41c9087e8c09f01410a8ffc0efc1 Mon Sep 17 00:00:00 2001 From: Dorian Merz <merz@ub.uni-leipzig.de> Date: Tue, 23 Mar 2021 13:57:34 +0100 Subject: [PATCH] change visibility of getPaiaNotificationsId to protected follows https://github.com/vufind-org/vufind/pull/1894 --- module/finc/src/finc/ILS/Driver/PAIA.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/finc/src/finc/ILS/Driver/PAIA.php b/module/finc/src/finc/ILS/Driver/PAIA.php index 6eb349d54e3..29cb6e4ea71 100644 --- a/module/finc/src/finc/ILS/Driver/PAIA.php +++ b/module/finc/src/finc/ILS/Driver/PAIA.php @@ -763,7 +763,7 @@ class PAIA extends \VuFind\ILS\Driver\PAIA * @param string $messageId * @return string */ - private function getPaiaNotificationsId($messageId) + protected function getPaiaNotificationsId($messageId) { if (isset($this->notificationsPrefix) && -- GitLab