From 169cdd6709fc4669d5c8d79eea84733a282da944 Mon Sep 17 00:00:00 2001 From: Guilhem Niot Date: Wed, 14 Jun 2017 14:29:39 +0200 Subject: [PATCH] Use symfony's `@Route` annotation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac7655c..505a36c 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,8 @@ namespace AppBundle\Controller; use AppBundle\Entity\User; use AppBundle\Entity\Reward; use Nelmio\ApiDocBundle\Annotation\Model; -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; use Swagger\Annotations as SWG; +use Symfony\Component\Routing\Annotation\Route; class UserController {