mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
Use symfony's @Route
annotation
This commit is contained in:
parent
25c109ab67
commit
169cdd6709
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue