mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-31 19:27:51 -06:00
14 lines
174 B
PHP
14 lines
174 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Created by PhpStorm.
|
||
|
* User: sander
|
||
|
* Date: 08/02/15
|
||
|
* Time: 18:15
|
||
|
*/
|
||
|
|
||
|
namespace FireflyIII\Repositories\Journal;
|
||
|
|
||
|
|
||
|
interface JournalRepositoryInterface {
|
||
|
|
||
|
}
|