monitoring: Order a data view before dumping

This commit is contained in:
Eric Lippmann 2015-01-21 09:13:10 +01:00
parent e93628f4b4
commit 9e8c897d6f
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ abstract class DataView implements Browsable, Countable, Filterable, Sortable
public function dump()
{
$this->order();
return $this->query->dump();
}