user_id); if (Cache::has($rd_user_key)) { Cache::forget($rd_user_key); } } /** * Handle the profile courtship "deleted" event. * * @param \App\profileCourtship $profileCourtship * @return void */ public function deleted(profileCourtship $profileCourtship) { // } /** * Handle the profile courtship "restored" event. * * @param \App\profileCourtship $profileCourtship * @return void */ public function restored(profileCourtship $profileCourtship) { // } /** * Handle the profile courtship "force deleted" event. * * @param \App\profileCourtship $profileCourtship * @return void */ public function forceDeleted(profileCourtship $profileCourtship) { // } }