mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 06:01:21 +00:00
More test data and better views.
This commit is contained in:
@@ -57,6 +57,13 @@ interface PiggyBankRepositoryInterface
|
||||
*/
|
||||
public function getPiggyBanks() : Collection;
|
||||
|
||||
/**
|
||||
* Also add amount in name.
|
||||
*
|
||||
* @return Collection
|
||||
*/
|
||||
public function getPiggyBanksWithAmount() : Collection;
|
||||
|
||||
/**
|
||||
* Set all piggy banks to order 0.
|
||||
*
|
||||
@@ -86,7 +93,7 @@ interface PiggyBankRepositoryInterface
|
||||
|
||||
/**
|
||||
* Update existing piggy bank.
|
||||
*
|
||||
*
|
||||
* @param PiggyBank $piggyBank
|
||||
* @param array $data
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user