1
0
Fork 0
This commit is contained in:
Daniel Supernault 2019-03-19 20:57:20 -06:00
parent 2378376595
commit 5f9efbea3f
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 0 deletions

View File

@ -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('/');
} }