mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-22 06:23:12 -06:00
12 lines
163 B
PHP
12 lines
163 B
PHP
<?php
|
|
|
|
namespace FireflyIII\Database\Ifaces;
|
|
|
|
/**
|
|
* Interface AccountInterface
|
|
*
|
|
* @package FireflyIII\Database
|
|
*/
|
|
interface RecurringTransactionInterface
|
|
{
|
|
}
|