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

View file

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