mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-05 21:53:08 -06:00
14 lines
174 B
PHP
14 lines
174 B
PHP
<?php
|
|
|
|
/**
|
|
* Class Category
|
|
*/
|
|
class Category extends Component
|
|
{
|
|
|
|
// @codingStandardsIgnoreStart
|
|
protected $isSubclass = true;
|
|
// @codingStandardsIgnoreEnd
|
|
|
|
|
|
} |