mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix order query.
This commit is contained in:
parent
65f54ed8f3
commit
c26de3bdd2
@ -239,7 +239,7 @@ class PiggyBankRepository implements PiggyBankRepositoryInterface
|
|||||||
*/
|
*/
|
||||||
public function getMaxOrder(): int
|
public function getMaxOrder(): int
|
||||||
{
|
{
|
||||||
return (int)$this->user->piggyBanks()->max('order');
|
return (int)$this->user->piggyBanks()->max('piggy_banks.order');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user