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;