Move Annotation repository to Core

This commit is contained in:
Yassine Guedidi
2023-12-25 19:17:46 +01:00
parent 2190174754
commit 23301b7eac
4 changed files with 4 additions and 4 deletions

View File

@ -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")
*/