mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-24 22:41:17 +01:00
Make sure tags targetEntity uses FQCN
This commit is contained in:
parent
bda26c21cf
commit
ce790c8f04
@ -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 New Issue
Block a user