Corrected typo
This commit is contained in:
parent
4b85d7a683
commit
b58f573b31
@ -39,7 +39,7 @@ class ORMException extends Exception
|
|||||||
{
|
{
|
||||||
return new self(
|
return new self(
|
||||||
"Entity of type " . get_class($entity) . " has identity through a foreign entity " . get_class($relatedEntity) . ", " .
|
"Entity of type " . get_class($entity) . " has identity through a foreign entity " . get_class($relatedEntity) . ", " .
|
||||||
"however this entity has no ientity itself. You have to call EntityManager#persist() on the related entity " .
|
"however this entity has no identity itself. You have to call EntityManager#persist() on the related entity " .
|
||||||
"and make sure it an identifier was generated before trying to persist '" . get_class($entity) . "'. In case " .
|
"and make sure it an identifier was generated before trying to persist '" . get_class($entity) . "'. In case " .
|
||||||
"of Post Insert ID Generation (such as MySQL Auto-Increment or PostgreSQL SERIAL) this means you have to call " .
|
"of Post Insert ID Generation (such as MySQL Auto-Increment or PostgreSQL SERIAL) this means you have to call " .
|
||||||
"EntityManager#flush() between both persist operations."
|
"EntityManager#flush() between both persist operations."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user