monitoring: Order a data view before dumping
This commit is contained in:
parent
e93628f4b4
commit
9e8c897d6f
|
@ -83,6 +83,7 @@ abstract class DataView implements Browsable, Countable, Filterable, Sortable
|
|||
|
||||
public function dump()
|
||||
{
|
||||
$this->order();
|
||||
return $this->query->dump();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue