mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Binding entities to query parameters only allowed for entities have an identifier #6959
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yassineMessaoud9 on GitHub (Apr 10, 2022).
I am using a Symfony 4 project, and I want to change the user password, so I created a method in my repository and called it to the controller, but this error it diplay to me,
Binding entities to query parameters only allowed for entities that have an identifier.Repository
Controller
How can i solve it , And Thanks