Add missing orderBy filter cont'd
This commit is contained in:
@@ -44,6 +44,6 @@ class TransactionOnlineBuilder extends Builder
|
||||
|
||||
public function orderByColumn(string $orderBy): self
|
||||
{
|
||||
return $this->orderBy($orderBy);
|
||||
return $this->orderBy($orderBy, 'desc');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user