From 275e23890d239d0c88f74f58b1c396429804f771 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Wed, 24 Feb 2021 01:23:52 +0100 Subject: [PATCH] Add missing response use --- Controller/ApplicationController.php | 1 + 1 file changed, 1 insertion(+) 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; -- 2.41.0