mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 10:33:30 +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
|
|
{
|
|
|
|
}
|