hasMany(InvoiceItem::class); } public function Customer() { return $this->belongsTo(Customer::class); } }