commit
f3b6ed03f3
@ -90,7 +90,7 @@ class PreUpdateEventArgs extends LifecycleEventArgs
|
|||||||
if (!isset($this->_entityChangeSet[$field])) {
|
if (!isset($this->_entityChangeSet[$field])) {
|
||||||
throw new \InvalidArgumentException(
|
throw new \InvalidArgumentException(
|
||||||
"Field '".$field."' is not a valid field of the entity ".
|
"Field '".$field."' is not a valid field of the entity ".
|
||||||
"'".get_class($this->getEntity())."' in PreInsertUpdateEventArgs."
|
"'".get_class($this->getEntity())."' in PreUpdateEventArgs."
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user