mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-22 12:04:00 +00:00
Started work on recurring transactions controller. [skip ci]
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Firefly\Storage\RecurringTransaction;
|
||||
|
||||
|
||||
interface RecurringTransactionRepositoryInterface
|
||||
{
|
||||
|
||||
public function get();
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user