Completed
Push — master ( adf932...5ef467 )
by
unknown
08:09
created
src/User/Model/AbstractAuthItem.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Da\User\Traits\AuthManagerAwareTrait;
15 15
 use Da\User\Validator\RbacItemsValidator;
16 16
 use Da\User\Validator\RbacRuleExistsValidator;
17
-use Da\User\Validator\RbacRuleValidator;
18 17
 use Yii;
19 18
 use yii\base\Model;
20 19
 use yii\rbac\Item;
Please login to merge, or discard this patch.
src/User/Bootstrap.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use yii\console\Application as ConsoleApplication;
25 25
 use yii\i18n\PhpMessageSource;
26 26
 use yii\web\Application as WebApplication;
27
-
28 27
 use yii\base\Event as YiiEvent;
29 28
 use Da\User\Event\FormEvent;
30 29
 use Da\User\Controller\SecurityController;
Please login to merge, or discard this patch.