We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5962442 commit b69e547Copy full SHA for b69e547
1 file changed
library/orm/object/Object.php
@@ -389,7 +389,7 @@ public function getProperty($propName, $localeId = null)
389
390
if (!$this->hasProperty($propName, $localeId)) {
391
throw new NonexistentEntityException($this->translate(
392
- 'Property "{name}" does not exist in "type".',
+ 'Property "{name}" does not exist in "{type}".',
393
['name' => $fullPropName, 'type' => $this->getTypePath()]
394
));
395
}
0 commit comments