Remove sort rules from Programstatus

Sort is not necessary here.
This commit is contained in:
Eric Lippmann 2017-07-27 15:03:12 +02:00 committed by Eric Lippmann
parent 1621755103
commit 7c88ee70d2
1 changed files with 0 additions and 12 deletions

View File

@ -41,16 +41,4 @@ class Programstatus extends DataView
'global_service_event_handler',
);
}
/**
* {@inheritdoc}
*/
public function getSortRules()
{
return array(
'id' => array(
'order' => self::SORT_DESC
)
);
}
}