typo fix
This commit is contained in:
@@ -270,7 +270,7 @@ class RDBRepository extends Repository
|
||||
$result = $this->getMapper()->selectRelated($entity, $relationName, $select);
|
||||
|
||||
if ($result instanceof SthCollection) {
|
||||
return $this->entityManager->getCollectionFactory()->createFromSthCOllection($result);
|
||||
return $this->entityManager->getCollectionFactory()->createFromSthCollection($result);
|
||||
}
|
||||
|
||||
return $result;
|
||||
|
||||
Reference in New Issue
Block a user