[ORM] Fixed typo
This commit is contained in:
parent
892eec2f26
commit
0ba9321f06
@ -689,7 +689,7 @@ class SqlWalker implements TreeWalker
|
|||||||
$sql = $this->_scalarResultAliasMap[$columnName];
|
$sql = $this->_scalarResultAliasMap[$columnName];
|
||||||
}
|
}
|
||||||
|
|
||||||
return $sql . ' ' . strtoupper($orderByItem->type);;
|
return $sql . ' ' . strtoupper($orderByItem->type);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user