mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-22 12:04:00 +00: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
|
||
|
{
|
||
|
|
||
|
}
|