saft1g

Results 1 comments of saft1g

i have the same issue with two differences: `user_identity_field: id` and my id of the user entity is not auto increment: `/** * @ORM\Column(type="guid") * @ORM\Id * @ORM\GeneratedValue(strategy="UUID") */ private...