Minor spelling mistake, thanks Alexandre Mathieu for reporting
This commit is contained in:
parent
8850efb0eb
commit
66e92b147d
@ -577,7 +577,7 @@ class UnitOfWork implements PropertyChangedListener
|
|||||||
. $assoc['sourceEntity'] . "#" . $assoc['fieldName'] . "' that was not"
|
. $assoc['sourceEntity'] . "#" . $assoc['fieldName'] . "' that was not"
|
||||||
. " configured to cascade persist operations for entity: " . self::objToStr($entry) . "."
|
. " configured to cascade persist operations for entity: " . self::objToStr($entry) . "."
|
||||||
. " Explicitly persist the new entity or configure cascading persist operations"
|
. " Explicitly persist the new entity or configure cascading persist operations"
|
||||||
. " on the relationship. If you cannot find out which entity casues the problem"
|
. " on the relationship. If you cannot find out which entity causes the problem"
|
||||||
. " implement '" . $assoc['targetEntity'] . "#__toString()' to get a clue.");
|
. " implement '" . $assoc['targetEntity'] . "#__toString()' to get a clue.");
|
||||||
}
|
}
|
||||||
$this->persistNew($targetClass, $entry);
|
$this->persistNew($targetClass, $entry);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user