Fixed sort commands [skip ci]

This commit is contained in:
James Cole
2015-06-17 06:11:35 +02:00
parent 1bb0508ddf
commit 92d8dde90d
8 changed files with 11 additions and 13 deletions

View File

@@ -127,8 +127,7 @@ class Search implements SearchInterface
}
);
$filtered = $set->merge($decrypted);
$filtered->sortBy(
$filtered = $filtered->sortBy(
function (TransactionJournal $journal) {
return intval($journal->date->format('U'));
}