mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
parent
54a2241e13
commit
bd0f3d32c9
8 changed files with 55 additions and 90 deletions
|
@ -14,7 +14,7 @@ use Wallabag\UserBundle\Entity\User;
|
|||
*
|
||||
* @XmlRoot("entry")
|
||||
* @ORM\Entity(repositoryClass="Wallabag\CoreBundle\Repository\EntryRepository")
|
||||
* @ORM\Table
|
||||
* @ORM\Table(name="`entry`")
|
||||
* @ORM\HasLifecycleCallbacks()
|
||||
* @Hateoas\Relation("self", href = "expr('/api/entries/' ~ object.getId())")
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue