'array', ]; public function order() { return $this->belongsTo(Order::class, 'id', 'order_id'); } }