mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-29 02:11:12 -06:00
Reorder bills [skip ci]
This commit is contained in:
parent
536735519a
commit
37fe79944f
@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user