mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 19:16:51 +00:00
12 lines
163 B
PHP
12 lines
163 B
PHP
<?php
|
|
|
|
namespace FireflyIII\Database\Ifaces;
|
|
|
|
/**
|
|
* Interface AccountInterface
|
|
*
|
|
* @package FireflyIII\Database
|
|
*/
|
|
interface RecurringTransactionInterface
|
|
{
|
|
}
|