firefly-iii/app/Repositories/Journal/JournalRepositoryInterface.php

14 lines
174 B
PHP
Raw Normal View History

2015-02-09 00:23:39 -06:00
<?php
/**
* Created by PhpStorm.
* User: sander
* Date: 08/02/15
* Time: 18:15
*/
namespace FireflyIII\Repositories\Journal;
interface JournalRepositoryInterface {
}