mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 10:53:31 +00: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 {
|
|
|
|
} |