mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 10:14:36 -04:00
Fixes for Notifications
This commit is contained in:
parent
ce696f7950
commit
dc3cf85e2c
@ -69,8 +69,6 @@ class SetupController extends Controller
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($check['system_health'] === false) {
|
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. */
|
return response('Oops, something went wrong. Check your logs.'); /* We should never reach this block, but just in case. */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -66,7 +66,6 @@ class InvoiceEmailedNotification implements ShouldQueue
|
|||||||
if (($key = array_search('mail', $methods))) {
|
if (($key = array_search('mail', $methods))) {
|
||||||
unset($methods[$key]);
|
unset($methods[$key]);
|
||||||
|
|
||||||
|
|
||||||
$nmo->to_user = $user;
|
$nmo->to_user = $user;
|
||||||
|
|
||||||
NinjaMailerJob::dispatch($nmo);
|
NinjaMailerJob::dispatch($nmo);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user