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