Completed
Push — master ( 0bb01d...1eddb2 )
by Anton
9s
created
src/modules/contact-us/controllers/grid.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 namespace Application;
11 11
 
12 12
 use Bluz\Proxy\Layout;
13
-use Bluz\Proxy\Request;
14 13
 use Bluz\Controller\Controller;
15 14
 
16 15
 /**
Please login to merge, or discard this patch.
src/modules/contact-us/controllers/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
  * @param string $message
24 24
  * @return \closure
25 25
  */
26
-return function ($name, $email, $subject, $message) {
26
+return function($name, $email, $subject, $message) {
27 27
     /**
28 28
      * @var Controller $this
29 29
      */
Please login to merge, or discard this patch.
src/modules/contact-us/controllers/answer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 namespace Application;
11 11
 
12 12
 use Bluz\Proxy\Layout;
13
-use Bluz\Proxy\Request;
14 13
 use Bluz\Controller\Controller;
15 14
 
16 15
 /**
Please login to merge, or discard this patch.