Guest User

Untitled

a guest
Sep 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. /**
  2. * @ORM\Entity()
  3. * @Assert\UniqueEntity(fields={"user", "title"})
  4. * @Assert\UniqueEntity(fields={"user", "link"})
  5. * @Assert\UniqueEntity(fields={"title", "link"})
  6. */
Add Comment
Please, Sign In to add comment