mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 11:08:28 +00:00
14 lines
160 B
PHP
14 lines
160 B
PHP
<?php
|
|
|
|
namespace FireflyIII\Database\Ifaces;
|
|
|
|
|
|
/**
|
|
* Interface TransactionInterface
|
|
*
|
|
* @package FireflyIII\Database
|
|
*/
|
|
interface TransactionInterface
|
|
{
|
|
|
|
}
|