mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-20 03:10:57 +00:00
New stuff pertaining to the import procedure and user registration.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Firefly\Storage\Component;
|
||||
|
||||
|
||||
interface ComponentRepositoryInterface
|
||||
{
|
||||
|
||||
public function count();
|
||||
|
||||
public function store($data);
|
||||
|
||||
}
|
Reference in New Issue
Block a user