From 77de4607e8686090a6ddbeda2b1d765a3cd82abc Mon Sep 17 00:00:00 2001
From: Ere Maijala <ere.maijala@helsinki.fi>
Date: Thu, 24 Sep 2020 14:37:56 +0300
Subject: [PATCH] SierraRest: Fix ordering of use statements.

---
 module/VuFind/src/VuFind/ILS/Driver/SierraRest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/VuFind/src/VuFind/ILS/Driver/SierraRest.php b/module/VuFind/src/VuFind/ILS/Driver/SierraRest.php
index 8f664c50f6f..60828a604ec 100644
--- a/module/VuFind/src/VuFind/ILS/Driver/SierraRest.php
+++ b/module/VuFind/src/VuFind/ILS/Driver/SierraRest.php
@@ -28,8 +28,8 @@
 namespace VuFind\ILS\Driver;
 
 use Laminas\Log\LoggerAwareInterface;
-use VuFind\Exception\ILS as ILSException;
 use VuFind\Date\DateException;
+use VuFind\Exception\ILS as ILSException;
 use VuFind\I18n\Translator\TranslatorAwareInterface;
 use VuFindHttp\HttpServiceAwareInterface;
 
-- 
GitLab