mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for tests
This commit is contained in:
parent
365c190cca
commit
07aca3d8c0
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user