Completed
Push — master ( 9b2aa5...db325f )
by Terrence
12:33
created
logout/index.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 
5 5
 require_once __DIR__ . '/../vendor/autoload.php';
6 6
 
7
-use CILogon\Service\Util;
8 7
 use CILogon\Service\Content;
9 8
 use CILogon\Service\Loggit;
9
+use CILogon\Service\Util;
10 10
 
11 11
 Util::startPHPSession();
12 12
 
Please login to merge, or discard this patch.