mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-10 07:43:45 -07:00
8 lines
79 B
PHP
8 lines
79 B
PHP
<?php
|
|
|
|
class Category extends Component
|
|
{
|
|
protected $isSubclass = true;
|
|
|
|
|
|
} |