|
|
@ -176,6 +176,7 @@ class SettingsController extends Controller
|
|
|
|
$profile->save();
|
|
|
|
$profile->save();
|
|
|
|
Cache::forget('profiles:private');
|
|
|
|
Cache::forget('profiles:private');
|
|
|
|
Auth::logout();
|
|
|
|
Auth::logout();
|
|
|
|
|
|
|
|
DeleteAccountPipeline::dispatch($user);
|
|
|
|
return redirect('/');
|
|
|
|
return redirect('/');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|