From 07aca3d8c0d6d7c1870628c3f7e5303761d08ae7 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 4 Mar 2021 10:34:18 +1100 Subject: [PATCH] Fixes for tests --- app/Services/User/UserService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/User/UserService.php b/app/Services/User/UserService.php index 25622af04f10..a085574ff18f 100644 --- a/app/Services/User/UserService.php +++ b/app/Services/User/UserService.php @@ -33,7 +33,7 @@ class UserService { try { - $nmo = new NinjaMailerO5bject; + $nmo = new NinjaMailerObject; $nmo->mailable = new NinjaMailer((new VerifyUserObject($this->user, $company))->build()); $nmo->company = $company; $nmo->to_user = $this->user;