Completed
Push — master ( 7401b1...7c15e2 )
by Damien
09:56
created
src/services/login/UserGroups.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,12 +6,12 @@
 block discarded – undo
6 6
 
7 7
 namespace flipbox\saml\sp\services\login;
8 8
 
9
+use SAML2\Assertion;
10
+use SAML2\Response;
9 11
 use craft\elements\User as UserElement;
10 12
 use craft\helpers\StringHelper;
11 13
 use craft\models\UserGroup;
12 14
 use flipbox\saml\sp\Saml;
13
-use SAML2\Assertion;
14
-use SAML2\Response;
15 15
 use yii\base\UserException;
16 16
 
17 17
 /**
Please login to merge, or discard this patch.