'array', ]; public function invoice() { return $this->belongsTo(Invoice::class); } }