Fixed typo
This commit is contained in:
parent
bda593a66d
commit
248c9bdeff
@ -712,7 +712,7 @@ class UnitOfWork implements PropertyChangedListener
|
|||||||
if ( ! $assoc['isCascadePersist']) {
|
if ( ! $assoc['isCascadePersist']) {
|
||||||
$message = "A new entity was found through the relationship '%s#%s' that was not configured " .
|
$message = "A new entity was found through the relationship '%s#%s' that was not configured " .
|
||||||
' to cascade persist operations for entity: %s. Explicitly persist the new entity or ' .
|
' to cascade persist operations for entity: %s. Explicitly persist the new entity or ' .
|
||||||
'configure cascading persist operations on tbe relationship. If you cannot find out ' .
|
'configure cascading persist operations on the relationship. If you cannot find out ' .
|
||||||
'which entity causes the problem, implement %s#__toString() to get a clue.';
|
'which entity causes the problem, implement %s#__toString() to get a clue.';
|
||||||
|
|
||||||
throw new InvalidArgumentException(sprintf(
|
throw new InvalidArgumentException(sprintf(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user