Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac932c4
)
Add missing response use
author
Raphaël Gertz
<git@rapsys.eu>
Wed, 24 Feb 2021 00:23:52 +0000
(
01:23
+0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Wed, 24 Feb 2021 00:24:24 +0000
(
01:24
+0100)
Controller/ApplicationController.php
patch
|
blob
|
history
diff --git
a/Controller/ApplicationController.php
b/Controller/ApplicationController.php
index 45538ffe6f7b0e489827ffabdd24e8dca7cb606c..17c9f9128221a661c8b9b4ab52b64dd7ddb51781 100644
(file)
--- a/
Controller/ApplicationController.php
+++ b/
Controller/ApplicationController.php
@@
-3,6
+3,7
@@
namespace Rapsys\AirBundle\Controller;
use Symfony\Component\HttpFoundation\Request;
+use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Routing\RequestContext;
use Symfony\Component\Form\FormError;
use Symfony\Component\Routing\Exception\MethodNotAllowedException;