Skip to content

Commit b69e547

Browse files
committed
[orm] fixed typo in exception
1 parent 5962442 commit b69e547

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/orm/object/Object.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ public function getProperty($propName, $localeId = null)
389389

390390
if (!$this->hasProperty($propName, $localeId)) {
391391
throw new NonexistentEntityException($this->translate(
392-
'Property "{name}" does not exist in "type".',
392+
'Property "{name}" does not exist in "{type}".',
393393
['name' => $fullPropName, 'type' => $this->getTypePath()]
394394
));
395395
}

0 commit comments

Comments
 (0)