Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit committed Aug 16, 2024
1 parent b5eb190 commit a683b75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Drago/Database/FluentExtra.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ public function or(...$cond): FluentExtra
}


public function orderBy(...$field): FluentExtra
{
parent::orderBy(...$field);
return $this;
}


/**
* @return T
* @throws Exception
Expand Down

0 comments on commit a683b75

Please sign in to comment.