belongsTo(User::class); } public function service() { return $this->belongsTo(Service::class); } public function cart() { return $this->belongsTo(Cart::class); } }