mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 15:18:05 +00:00
All new library set for the account controller (and others).
This commit is contained in:
19
app/lib/FireflyIII/Database/TransactionJournalInterface.php
Normal file
19
app/lib/FireflyIII/Database/TransactionJournalInterface.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: sander
|
||||
* Date: 24/10/14
|
||||
* Time: 07:17
|
||||
*/
|
||||
|
||||
namespace FireflyIII\Database;
|
||||
|
||||
/**
|
||||
* Interface TransactionJournalInterface
|
||||
*
|
||||
* @package FireflyIII\Database
|
||||
*/
|
||||
interface TransactionJournalInterface
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user