From ae7fc029d550504ee24efca0bb41af5e2e39f20a Mon Sep 17 00:00:00 2001 From: Tykayn Date: Thu, 8 Apr 2021 17:49:53 +0200 Subject: [PATCH] add get annotation --- src/Controller/MigrationController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Controller/MigrationController.php b/src/Controller/MigrationController.php index 1584c79..d3d68a3 100755 --- a/src/Controller/MigrationController.php +++ b/src/Controller/MigrationController.php @@ -5,6 +5,7 @@ namespace App\Controller; use App\Entity\Poll; use Symfony\Component\Routing\Annotation\Route; +use FOS\RestBundle\Controller\Annotations\Get; /** * Class DefaultController * @package App\Controller