0, ]; public function hasOneOrder() { return $this->hasOne(Order::class, 'id', 'order_id'); } }