'array', ]; // Link to parent order public function order() { return $this->belongsTo(Order::class); } }