forked from wallabag/wallabag
Move Annotation repository to Core
This commit is contained in:
@ -16,7 +16,7 @@ use Wallabag\UserBundle\Entity\User;
|
||||
* Annotation.
|
||||
*
|
||||
* @ORM\Table(name="annotation")
|
||||
* @ORM\Entity(repositoryClass="Wallabag\AnnotationBundle\Repository\AnnotationRepository")
|
||||
* @ORM\Entity(repositoryClass="Wallabag\CoreBundle\Repository\AnnotationRepository")
|
||||
* @ORM\HasLifecycleCallbacks()
|
||||
* @ExclusionPolicy("none")
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user