Skip to content

Commit

Permalink
Move AccountStatusLevelType.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Jan 2, 2025
1 parent 14d342c commit fd49afb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @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 <[email protected]>
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License
* @link https://vufind.org/wiki/development Wiki
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/AjaxHandler/GetUserFines.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd49afb

Please sign in to comment.