Merge pull request #5929 from yguedidi/extend-right-fosrestbundle-controller-class

Extend right FOSRestBundle controller class
This commit is contained in:
Kevin Decherf 2022-08-15 13:04:25 +02:00 committed by GitHub
commit 7563f72328
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
@ -11,7 +11,7 @@ use Wallabag\AnnotationBundle\Form\EditAnnotationType;
use Wallabag\AnnotationBundle\Form\NewAnnotationType;
use Wallabag\CoreBundle\Entity\Entry;
class WallabagAnnotationController extends FOSRestController
class WallabagAnnotationController extends AbstractFOSRestController
{
/**
* Retrieve annotations for an entry.