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())