@@ -9,5 +9,5 @@ |
||
| 9 | 9 | const MESSAGE_READY = 'message.ready'; |
| 10 | 10 | const MESSAGE_SENT = 'message.sent'; |
| 11 | 11 | |
| 12 | - const FORM_READY = 'form.ready'; |
|
| 12 | + const FORM_READY = 'form.ready'; |
|
| 13 | 13 | } |
@@ -14,7 +14,7 @@ |
||
| 14 | 14 | */ |
| 15 | 15 | $router->group( |
| 16 | 16 | ['controllerNamespace' => 'AbterPhp\Contact\Http\Controllers'], |
| 17 | - function (Router $router) { |
|
| 17 | + function(Router $router) { |
|
| 18 | 18 | /** @see \AbterPhp\Contact\Http\Controllers\Website\Contact::submit() */ |
| 19 | 19 | $router->post( |
| 20 | 20 | Routes::PATH_CONTACT, |