All new library set for the account controller (and others).

This commit is contained in:
Sander Dorigo
2014-10-28 05:58:48 +01:00
parent d84d88cc10
commit 899f61671f
18 changed files with 1662 additions and 0 deletions

View 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
{
}