firefly-iii/app/models/Budget.php

8 lines
79 B
PHP

<?php
class Budget extends Component {
protected $isSubclass = true;
}