Completed
Pull Request — master (#297)
by Anton
14:35
created
application/models/Users/Row.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -8,13 +8,9 @@
 block discarded – undo
8 8
 
9 9
 namespace Application\Users;
10 10
 
11
-use Application\Exception;
12 11
 use Application\Privileges;
13 12
 use Application\Roles;
14 13
 use Bluz\Auth\AbstractRowEntity;
15
-use Bluz\Auth\AuthException;
16
-use Bluz\Proxy\Auth;
17
-use Bluz\Proxy\Session;
18 14
 use Bluz\Validator\Traits\Validator;
19 15
 
20 16
 /**
Please login to merge, or discard this patch.