Completed
Pull Request — master (#297)
by Anton
17:14
created
application/modules/users/controllers/change-email.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -14,12 +14,9 @@
 block discarded – undo
14 14
 use Bluz\Application\Exception\NotFoundException;
15 15
 use Bluz\Auth\AuthException;
16 16
 use Bluz\Controller\Controller;
17
-use Bluz\Proxy\Logger;
18
-use Bluz\Proxy\Mailer;
19 17
 use Bluz\Proxy\Messages;
20 18
 use Bluz\Proxy\Request;
21 19
 use Bluz\Proxy\Response;
22
-use Bluz\Proxy\Router;
23 20
 
24 21
 /**
25 22
  * @privilege EditEmail
Please login to merge, or discard this patch.
application/modules/users/controllers/recovery.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -12,12 +12,9 @@
 block discarded – undo
12 12
 
13 13
 use Application\Users;
14 14
 use Bluz\Controller\Controller;
15
-use Bluz\Proxy\Logger;
16
-use Bluz\Proxy\Mailer;
17 15
 use Bluz\Proxy\Messages;
18 16
 use Bluz\Proxy\Request;
19 17
 use Bluz\Proxy\Response;
20
-use Bluz\Proxy\Router;
21 18
 
22 19
 /**
23 20
  * @param string $email
Please login to merge, or discard this patch.