Fixes for tests

This commit is contained in:
David Bomba 2021-03-04 10:34:18 +11:00
parent 365c190cca
commit 07aca3d8c0

View File

@ -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;