You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if the ability of sorting would be added to the query.
It could be easily added by adding a new function in the DomainIncquireList.php:
public function withOrder(array $order) {
$this->order = $order;
return $this;
}
The text was updated successfully, but these errors were encountered:
It would be nice if the ability of sorting would be added to the query.
It could be easily added by adding a new function in the DomainIncquireList.php:
public function withOrder(array $order) {
$this->order = $order;
return $this;
}
The text was updated successfully, but these errors were encountered: