hasOne(User::class,'id','user_id'); } public function order(){ return $this->hasOne(Ordertest::class,'id','order_id'); } }