mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-22 06:23:12 -06:00
13 lines
153 B
PHP
13 lines
153 B
PHP
<?php
|
|
|
|
namespace FireflyIII\Database\Ifaces;
|
|
|
|
/**
|
|
* Interface CategoryInterface
|
|
*
|
|
* @package FireflyIII\Database
|
|
*/
|
|
interface CategoryInterface
|
|
{
|
|
|
|
}
|