mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-25 06:52:07 +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;
|
private $user;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ORM\ManyToMany(targetEntity="Tag", inversedBy="entries", cascade={"persist"})
|
* @ORM\ManyToMany(targetEntity="Wallabag\CoreBundle\Entity\Tag", inversedBy="entries", cascade={"persist"})
|
||||||
* @ORM\JoinTable(
|
* @ORM\JoinTable(
|
||||||
* name="entry_tag",
|
* name="entry_tag",
|
||||||
* joinColumns={
|
* joinColumns={
|
||||||
|
Loading…
Reference in New Issue
Block a user