mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix sort. [skip ci]
This commit is contained in:
parent
8a2ac457c2
commit
f07e4dc711
@ -63,7 +63,7 @@ class Expense
|
||||
*/
|
||||
public function getExpenses()
|
||||
{
|
||||
$this->expenses->sortBy(
|
||||
$this->expenses->sortByDesc(
|
||||
function (stdClass $object) {
|
||||
return $object->amount;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user