forked from wallabag/wallabag
Added a missing namespace
This commit is contained in:
committed by
Jeremy Benoist
parent
e5edb6e127
commit
d9b7768dca
@ -14,6 +14,7 @@ use Symfony\Component\Security\Core\Exception\AccessDeniedException;
|
|||||||
use Wallabag\CoreBundle\Entity\Entry;
|
use Wallabag\CoreBundle\Entity\Entry;
|
||||||
use Wallabag\CoreBundle\Entity\Tag;
|
use Wallabag\CoreBundle\Entity\Tag;
|
||||||
use Wallabag\AnnotationBundle\Entity\Annotation;
|
use Wallabag\AnnotationBundle\Entity\Annotation;
|
||||||
|
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
|
||||||
|
|
||||||
class WallabagRestController extends FOSRestController
|
class WallabagRestController extends FOSRestController
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user