belongsTo(User::class,'user_id'); } public function GetApplyUser(){ return $this->belongsTo(User::class,'apply_user_id'); } }