Reorder bills [skip ci]

This commit is contained in:
James Cole 2015-02-01 14:52:40 +01:00
parent 536735519a
commit 37fe79944f

View File

@ -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();
} }
/** /**