mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-03 13:28:41 +00:00
Make sure tags targetEntity uses FQCN
This commit is contained in:
parent
bda26c21cf
commit
ce790c8f04
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ class Entry
|
|||
private $user;
|
||||
|
||||
/**
|
||||
* @ORM\ManyToMany(targetEntity="Tag", inversedBy="entries", cascade={"persist"})
|
||||
* @ORM\ManyToMany(targetEntity="Wallabag\CoreBundle\Entity\Tag", inversedBy="entries", cascade={"persist"})
|
||||
* @ORM\JoinTable(
|
||||
* name="entry_tag",
|
||||
* joinColumns={
|
||||
|
|
Loading…
Reference in a new issue