MoneyCast::class, ]; public function invoiceLines(): HasMany { return $this->hasMany(InvoiceLine::class); } }