From: Raphaƫl Gertz Date: Tue, 4 Oct 2022 05:19:05 +0000 (+0200) Subject: Cleanup X-Git-Tag: 0.3.0~242 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/83621a799fb84edd717d2fda1eb1c4d01bfd8e21 Cleanup --- diff --git a/Controller/LocationController.php b/Controller/LocationController.php index 3631826..33c2050 100644 --- a/Controller/LocationController.php +++ b/Controller/LocationController.php @@ -13,15 +13,10 @@ namespace Rapsys\AirBundle\Controller; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; -use Symfony\Component\Routing\Exception\MethodNotAllowedException; -use Symfony\Component\Routing\Exception\ResourceNotFoundException; -use Symfony\Component\Routing\Generator\UrlGeneratorInterface; -use Symfony\Component\Routing\RequestContext; use Rapsys\AirBundle\Entity\Dance; use Rapsys\AirBundle\Entity\Location; use Rapsys\AirBundle\Entity\Session; -use Rapsys\AirBundle\Entity\Slot; /** * {@inheritdoc}