1
0
mirror of synced 2025-01-29 19:41:45 +03:00

Fixed typo

This commit is contained in:
Jonathan Ingram 2011-11-21 12:34:20 +11:00
parent bda593a66d
commit 248c9bdeff

View File

@ -712,7 +712,7 @@ class UnitOfWork implements PropertyChangedListener
if ( ! $assoc['isCascadePersist']) {
$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 ' .
'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.';
throw new InvalidArgumentException(sprintf(