[ORM] Fixed typo
This commit is contained in:
parent
892eec2f26
commit
0ba9321f06
1 changed files with 1 additions and 1 deletions
|
@ -689,7 +689,7 @@ class SqlWalker implements TreeWalker
|
|||
$sql = $this->_scalarResultAliasMap[$columnName];
|
||||
}
|
||||
|
||||
return $sql . ' ' . strtoupper($orderByItem->type);;
|
||||
return $sql . ' ' . strtoupper($orderByItem->type);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue