Fixes for Notifications

This commit is contained in:
David Bomba 2021-07-22 20:15:41 +10:00
parent ce696f7950
commit dc3cf85e2c
2 changed files with 0 additions and 3 deletions

View File

@ -69,8 +69,6 @@ class SetupController extends Controller
}
if ($check['system_health'] === false) {
nlog($check);
return response('Oops, something went wrong. Check your logs.'); /* We should never reach this block, but just in case. */
}

View File

@ -66,7 +66,6 @@ class InvoiceEmailedNotification implements ShouldQueue
if (($key = array_search('mail', $methods))) {
unset($methods[$key]);
$nmo->to_user = $user;
NinjaMailerJob::dispatch($nmo);