mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
14 lines
150 B
PHP
14 lines
150 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Created by PhpStorm.
|
||
|
* User: sander
|
||
|
* Date: 16/05/15
|
||
|
* Time: 13:09
|
||
|
*/
|
||
|
|
||
|
namespace FireflyIII\Helpers\Collection;
|
||
|
|
||
|
|
||
|
class Category {
|
||
|
|
||
|
}
|