-
Couldn't load subscription status.
- Fork 23
Open
Description
Hello, for example the changes into rol of a user something like
/**
* @var \Doctrine\Common\Collections\Collection
*
* @ORM\ManyToMany(targetEntity="LoginBundle\Entity\Roles", inversedBy="usuarios")
* @ORM\JoinTable(name="user_roles",
* joinColumns={
* @ORM\JoinColumn(name="id_user", referencedColumnName="id")
* },
* inverseJoinColumns={
* @ORM\JoinColumn(name="id_rol", referencedColumnName="id")
* }
* )
*/
private $roles;
When I make changes on a rol of a user, there is no print of that instance
Metadata
Metadata
Assignees
Labels
No labels