Skip to content

Commit

Permalink
Extend right FOSRestBundle controller class
Browse files Browse the repository at this point in the history
  • Loading branch information
yguedidi committed Aug 14, 2022
1 parent bac713c commit 3403d6d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Wallabag\AnnotationBundle\Controller;

use FOS\RestBundle\Controller\FOSRestController;
use FOS\RestBundle\Controller\AbstractFOSRestController;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter;
use Symfony\Component\HttpFoundation\JsonResponse;
use Symfony\Component\HttpFoundation\Request;
Expand All @@ -11,7 +11,7 @@
use Wallabag\AnnotationBundle\Form\NewAnnotationType;
use Wallabag\CoreBundle\Entity\Entry;

class WallabagAnnotationController extends FOSRestController
class WallabagAnnotationController extends AbstractFOSRestController
{
/**
* Retrieve annotations for an entry.
Expand Down

0 comments on commit 3403d6d

Please sign in to comment.