Files
firefly-iii/app/lib/FireflyIII/Database/CategoryInterface.php

16 lines
201 B
PHP
Raw Normal View History

2014-10-29 10:30:52 +01:00
<?php
namespace FireflyIII\Database;
use Carbon\Carbon;
use Illuminate\Support\Collection;
/**
* Interface CategoryInterface
*
* @package FireflyIII\Database
*/
interface CategoryInterface
{
}