1
0
Fork 0

sort issues by most recently updated

This commit is contained in:
Lukas Winkler 2017-09-23 11:25:16 +02:00
parent 46d6b37608
commit 067abc9aba

View file

@ -58,7 +58,7 @@ class GithubImporter {
$params = array( $params = array(
$organization, $organization,
$repository, $repository,
array('filter' => 'all', 'state' => 'all', 'direction' => 'asc', 'sort' => 'created') array('filter' => 'all', 'state' => 'all', 'direction' => 'desc', 'sort' => 'updated')
); );
$paginator = new ResultPager($this->client); $paginator = new ResultPager($this->client);