add Route annotation import

This commit is contained in:
Tykayn 2021-04-08 17:48:31 +02:00 committed by tykayn
parent 4ce426b52b
commit e469e2d91c
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
namespace App\Controller;
use App\Entity\Poll;
use Symfony\Component\Routing\Annotation\Route;
/**
* Class DefaultController