More test data and better views.

This commit is contained in:
James Cole
2016-05-15 12:08:41 +02:00
parent 626404407e
commit 1c93d8bf79
17 changed files with 926 additions and 626 deletions

View File

@@ -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
*