1
0
mirror of synced 2025-01-18 06:21:40 +03:00

fixed typo

This commit is contained in:
Christian Raue 2011-10-10 03:02:55 +03:00
parent 24042863ac
commit bf44be86a9

View File

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