mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Reorder bills [skip ci]
This commit is contained in:
@@ -171,7 +171,7 @@ class Bill implements CUDInterface, CommonDatabaseCallsInterface, BillInterface
|
||||
*/
|
||||
public function get()
|
||||
{
|
||||
return $this->getUser()->bills()->get();
|
||||
return $this->getUser()->bills()->orderBy('name')->get();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user