Skip to content

Commit 392a60a

Browse files
committed
Fixed issue #8
1 parent 1ae09d1 commit 392a60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jsonq.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ public function nth($index, $object = true)
352352
* @return object|array|null
353353
* @throws ConditionNotAllowedException
354354
*/
355-
public function sortAs($column, $order = 'asc')
355+
public function sortBy($column, $order = 'asc')
356356
{
357357
$this->prepare();
358358

0 commit comments

Comments
 (0)