]> Raphaël G. Git Repositories - airbundle/commitdiff
Add missing response use
authorRaphaël Gertz <git@rapsys.eu>
Wed, 24 Feb 2021 00:23:52 +0000 (01:23 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 24 Feb 2021 00:24:24 +0000 (01:24 +0100)
Controller/ApplicationController.php

index 45538ffe6f7b0e489827ffabdd24e8dca7cb606c..17c9f9128221a661c8b9b4ab52b64dd7ddb51781 100644 (file)
@@ -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;