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