mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 06:43:23 +00:00
First attempt, trying to build an import stuff routine.
This commit is contained in:
@@ -16,6 +16,12 @@ interface RecurringTransactionRepositoryInterface
|
||||
*/
|
||||
public function get();
|
||||
|
||||
/**
|
||||
* @param $name
|
||||
* @return mixed
|
||||
*/
|
||||
public function findByName($name);
|
||||
|
||||
/**
|
||||
* @param $data
|
||||
*
|
||||
|
Reference in New Issue
Block a user