From 64c483befe8e28b2fe2721329e96b488badb96c9 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 10 Mar 2021 20:42:39 +1100 Subject: [PATCH] Code cleanup --- app/Jobs/Account/CreateAccount.php | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/app/Jobs/Account/CreateAccount.php b/app/Jobs/Account/CreateAccount.php index 96f04399b8aa..b2f9cbd4d0d7 100644 --- a/app/Jobs/Account/CreateAccount.php +++ b/app/Jobs/Account/CreateAccount.php @@ -96,22 +96,6 @@ class CreateAccount //todo implement SLACK notifications //$sp035a66->notification(new NewAccountCreated($spaa9f78, $sp035a66))->ninja(); - // $nmo = new NinjaMailerObject; - // $nmo->mailable = new NinjaMailer((new AccountCreatedObject($spaa9f78, $sp035a66))->build()); - // $nmo->company = $sp035a66; - // $nmo->to_user = $spaa9f78; - // $nmo->settings = $sp035a66->settings; - - // $nmo = new NinjaMailerObject; - // $nmo->mailable = new NinjaMailer((new VerifyUserObject($spaa9f78, $sp035a66))->build()); - // $nmo->company = $sp035a66; - // $nmo->to_user = $spaa9f78; - // $nmo->settings = $sp035a66->settings; - - // NinjaMailerJob::dispatch($nmo); - - // NinjaMailerJob::dispatchNow($nmo); - VersionCheck::dispatchNow(); LightLogs::create(new AnalyticsAccountCreated())