@@ -10,7 +10,6 @@ |
||
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 | /** |
@@ -23,7 +23,7 @@ |
||
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 | */ |
@@ -10,7 +10,6 @@ |
||
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 | /** |