Update UnitOfWork.php
rename duplicate method
This commit is contained in:
parent
b5dd999f84
commit
d1a2655090
1 changed files with 1 additions and 1 deletions
|
@ -731,7 +731,7 @@ class UnitOfWork implements PropertyChangedListener
|
|||
try {
|
||||
$this->computeAssociationChanges($assoc, $val);
|
||||
} catch (\Exception $ex) {
|
||||
throw ORMInvalidArgumentException::invalidAssociation($entity, $assoc['fieldName'], $ex->value);
|
||||
throw ORMInvalidArgumentException::computeAssociationChangesError($entity, $assoc['fieldName'], $ex->value);
|
||||
}
|
||||
|
||||
if ( ! isset($this->entityChangeSets[$oid]) &&
|
||||
|
|
Loading…
Add table
Reference in a new issue