Move User repository to Core

This commit is contained in:
Yassine Guedidi
2023-12-30 23:38:22 +01:00
parent a37ded9101
commit bdeaa93dd8
18 changed files with 18 additions and 18 deletions

View File

@ -21,7 +21,7 @@ use Wallabag\CoreBundle\Helper\EntityTimestampsTrait;
* User.
*
* @XmlRoot("user")
* @ORM\Entity(repositoryClass="Wallabag\UserBundle\Repository\UserRepository")
* @ORM\Entity(repositoryClass="Wallabag\CoreBundle\Repository\UserRepository")
* @ORM\Table(name="`user`")
* @ORM\HasLifecycleCallbacks()
*