mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-20 03:08:11 +00:00
Remove various sort routines.
This commit is contained in:
@@ -212,11 +212,6 @@ class BillController extends Controller
|
||||
return $return;
|
||||
}
|
||||
);
|
||||
$bills = $bills->sortBy(
|
||||
function (array $bill) {
|
||||
return (int)!$bill['active'] . strtolower($bill['name']);
|
||||
}
|
||||
);
|
||||
|
||||
// add info about rules:
|
||||
$rules = $this->billRepository->getRulesForBills($paginator->getCollection());
|
||||
|
Reference in New Issue
Block a user