1
0
Fork 0

Update DeleteAccountPipeline

This commit is contained in:
Daniel Supernault 2022-12-28 19:34:16 -07:00
parent 260360ebd5
commit 2e7b77a4c4
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ use App\Models\Poll;
use App\Models\PollVote;
use App\Models\Portfolio;
use App\Models\UserPronoun;
use App\Jobs\StatusPipeline\StatusDelete;
class DeleteAccountPipeline implements ShouldQueue
{