From e469e2d91ca5931a58cd55b320b9ee39dbb001ec Mon Sep 17 00:00:00 2001 From: Tykayn Date: Thu, 8 Apr 2021 17:48:31 +0200 Subject: [PATCH] add Route annotation import --- src/Controller/MigrationController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Controller/MigrationController.php b/src/Controller/MigrationController.php index 7a47aa5..1584c79 100755 --- a/src/Controller/MigrationController.php +++ b/src/Controller/MigrationController.php @@ -3,6 +3,7 @@ namespace App\Controller; use App\Entity\Poll; +use Symfony\Component\Routing\Annotation\Route; /** * Class DefaultController