From: Raphaƫl Gertz <git@rapsys.eu>
Date: Wed, 24 Feb 2021 00:23:52 +0000 (+0100)
Subject: Add missing response use
X-Git-Tag: 0.2.1~25
X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/814ef7779e9061c781e7e15db080fe022aa3672c

Add missing response use
---

diff --git a/Controller/ApplicationController.php b/Controller/ApplicationController.php
index 45538ff..17c9f91 100644
--- 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;