mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
20 lines
234 B
PHP
20 lines
234 B
PHP
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: sander
|
|
* Date: 24/10/14
|
|
* Time: 13:34
|
|
*/
|
|
|
|
namespace FireflyIII\Database;
|
|
|
|
|
|
/**
|
|
* Interface TransactionInterface
|
|
*
|
|
* @package FireflyIII\Database
|
|
*/
|
|
interface TransactionInterface
|
|
{
|
|
|
|
}
|