mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-19 16:10:00 +00:00
Some more code to facilitate creating your very first account.
This commit is contained in:
@@ -6,6 +6,9 @@ namespace Firefly\Storage\Account;
|
||||
|
||||
interface AccountRepositoryInterface
|
||||
{
|
||||
|
||||
public function count();
|
||||
|
||||
public function store();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user