mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-03 20:14:31 +00:00
14 lines
160 B
PHP
14 lines
160 B
PHP
|
|
<?php
|
||
|
|
/**
|
||
|
|
* Created by PhpStorm.
|
||
|
|
* User: sander
|
||
|
|
* Date: 05/07/14
|
||
|
|
* Time: 18:24
|
||
|
|
*/
|
||
|
|
|
||
|
|
class Budget extends Component {
|
||
|
|
protected $isSubclass = true;
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
}
|