mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
19 lines
247 B
PHP
19 lines
247 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Created by PhpStorm.
|
||
|
* User: sander
|
||
|
* Date: 24/10/14
|
||
|
* Time: 07:17
|
||
|
*/
|
||
|
|
||
|
namespace FireflyIII\Database;
|
||
|
|
||
|
/**
|
||
|
* Interface TransactionJournalInterface
|
||
|
*
|
||
|
* @package FireflyIII\Database
|
||
|
*/
|
||
|
interface TransactionJournalInterface
|
||
|
{
|
||
|
|
||
|
}
|