From 16b1b9b0246e8a80a4a59cb58b4d05407bdf9c58 Mon Sep 17 00:00:00 2001
From: Liam Morland <lkmorlan@uwaterloo.ca>
Date: Tue, 9 Mar 2021 15:06:56 -0500
Subject: [PATCH] ISTWCMS-4174: Sort 'use' statements

---
 src/Service/UWService.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Service/UWService.php b/src/Service/UWService.php
index 1f021d59..f2589f87 100644
--- a/src/Service/UWService.php
+++ b/src/Service/UWService.php
@@ -2,10 +2,10 @@
 
 namespace Drupal\uw_cfg_common\Service;
 
+use Drupal\Core\Database\Connection;
 use Drupal\Core\Entity\EntityInterface;
 use Drupal\Core\Entity\EntityTypeManagerInterface;
 use Drupal\node\NodeInterface;
-use Drupal\Core\Database\Connection;
 use Drupal\simplify_menu\MenuItems;
 
 /**
-- 
GitLab