general fixes

This commit is contained in:
Dennis Eichhorn 2024-04-19 02:08:37 +00:00
parent 9e382fca4b
commit 2b03f531c3

View File

@ -34,6 +34,7 @@ final class NullExpenseElement extends ExpenseElement
public function __construct(int $id = 0)
{
$this->id = $id;
parent::__construct();
}
/**