Completed
Push — master ( 3dd348...768ba8 )
by Terrence
12:54
created
secure/getuser/index.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,8 +7,8 @@
 block discarded – undo
7 7
 include_once __DIR__ . '/../../config.secrets.php';
8 8
 require_once __DIR__ . '/index-functions.php';
9 9
 
10
-use CILogon\Service\Util;
11 10
 use CILogon\Service\Loggit;
11
+use CILogon\Service\Util;
12 12
 
13 13
 Util::startPHPSession();
14 14
 
Please login to merge, or discard this patch.