From fd49afb94dab450f17cfbce0896dbb5b187cdcd9 Mon Sep 17 00:00:00 2001 From: Ere Maijala Date: Thu, 2 Jan 2025 15:40:03 +0200 Subject: [PATCH] Move AccountStatusLevelType. --- .../{ILS/Logic => Account}/AccountStatusLevelType.php | 6 +++--- .../src/VuFind/AjaxHandler/AbstractUserRequestAction.php | 2 +- module/VuFind/src/VuFind/AjaxHandler/GetUserFines.php | 2 +- .../VuFind/src/VuFind/AjaxHandler/GetUserTransactions.php | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename module/VuFind/src/VuFind/{ILS/Logic => Account}/AccountStatusLevelType.php (94%) diff --git a/module/VuFind/src/VuFind/ILS/Logic/AccountStatusLevelType.php b/module/VuFind/src/VuFind/Account/AccountStatusLevelType.php similarity index 94% rename from module/VuFind/src/VuFind/ILS/Logic/AccountStatusLevelType.php rename to module/VuFind/src/VuFind/Account/AccountStatusLevelType.php index 674520ec475..b8f65c9a5f8 100644 --- a/module/VuFind/src/VuFind/ILS/Logic/AccountStatusLevelType.php +++ b/module/VuFind/src/VuFind/Account/AccountStatusLevelType.php @@ -21,19 +21,19 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * @category VuFind - * @package ILS_Logic + * @package Account * @author Ere Maijala * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link https://vufind.org/wiki/development Wiki */ -namespace VuFind\ILS\Logic; +namespace VuFind\Account; /** * Account status level enum * * @category VuFind - * @package ILS_Logic + * @package Account * @author Ere Maijala * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link https://vufind.org/wiki/development Wiki diff --git a/module/VuFind/src/VuFind/AjaxHandler/AbstractUserRequestAction.php b/module/VuFind/src/VuFind/AjaxHandler/AbstractUserRequestAction.php index 60449b07245..8d2d98b4da6 100644 --- a/module/VuFind/src/VuFind/AjaxHandler/AbstractUserRequestAction.php +++ b/module/VuFind/src/VuFind/AjaxHandler/AbstractUserRequestAction.php @@ -30,7 +30,7 @@ namespace VuFind\AjaxHandler; use Laminas\Mvc\Controller\Plugin\Params; -use VuFind\ILS\Logic\AccountStatusLevelType; +use VuFind\Account\AccountStatusLevelType; /** * Abstract base class for fetching information about user requests. diff --git a/module/VuFind/src/VuFind/AjaxHandler/GetUserFines.php b/module/VuFind/src/VuFind/AjaxHandler/GetUserFines.php index 5d689f5d029..24a61132454 100644 --- a/module/VuFind/src/VuFind/AjaxHandler/GetUserFines.php +++ b/module/VuFind/src/VuFind/AjaxHandler/GetUserFines.php @@ -31,10 +31,10 @@ use Laminas\Mvc\Controller\Plugin\Params; use Laminas\View\Renderer\PhpRenderer; +use VuFind\Account\AccountStatusLevelType; use VuFind\Auth\ILSAuthenticator; use VuFind\Db\Entity\UserEntityInterface; use VuFind\ILS\Connection; -use VuFind\ILS\Logic\AccountStatusLevelType; use VuFind\Service\CurrencyFormatter; use VuFind\Session\Settings as SessionSettings; diff --git a/module/VuFind/src/VuFind/AjaxHandler/GetUserTransactions.php b/module/VuFind/src/VuFind/AjaxHandler/GetUserTransactions.php index 2a3ed055c45..59036bf7293 100644 --- a/module/VuFind/src/VuFind/AjaxHandler/GetUserTransactions.php +++ b/module/VuFind/src/VuFind/AjaxHandler/GetUserTransactions.php @@ -30,7 +30,7 @@ namespace VuFind\AjaxHandler; use Laminas\Mvc\Controller\Plugin\Params; -use VuFind\ILS\Logic\AccountStatusLevelType; +use VuFind\Account\AccountStatusLevelType; /** * "Get User Transactions" AJAX handler