1
0
mirror of synced 2025-02-20 22:23:14 +03:00

Merge pull request #142 from craue/patch-1

fixed typo
This commit is contained in:
Guilherme Blanco 2011-10-10 03:31:34 -07:00
commit f3b6ed03f3

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."
);
}
}