belongsTo(User::class); } public function order(){ return $this->belongsTo(Order::class); } }