mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Some basic fixes for the transaction controller [skip ci]
This commit is contained in:
@@ -12,9 +12,15 @@ interface PiggybankRepositoryInterface
|
||||
{
|
||||
|
||||
public function find($piggyBankId);
|
||||
|
||||
public function count();
|
||||
|
||||
public function store($data);
|
||||
|
||||
public function get();
|
||||
|
||||
public function updateAmount(\Piggybank $piggyBank, $amount);
|
||||
|
||||
public function update($data);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user