1
0
Fork 0

Update UserDelete command

This commit is contained in:
Daniel Supernault 2019-04-21 23:38:06 -06:00
parent 578efcb252
commit 9c83451831
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -67,6 +67,6 @@ class UserDelete extends Command
$profile->save();
$user->save();
DeleteAccountPipeline::dispatchNow($user);
DeleteAccountPipeline::dispatch($user)->onQueue('high');
}
}