mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-08 10:48:13 +00:00
First attempt at an import/migration procedure.
This commit is contained in:
@@ -9,6 +9,7 @@ interface AccountRepositoryInterface
|
||||
|
||||
public function count();
|
||||
|
||||
public function store();
|
||||
public function store($data);
|
||||
public function storeWithInitialBalance($data,\Carbon\Carbon $date, $amount = 0);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user