'json', ]; public function order(){ return $this->hasOne(Order::class); } }