mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Always email check data results
This commit is contained in:
parent
91e3f5d7b9
commit
7a0985dd6b
@ -76,7 +76,7 @@ class CheckData extends Command {
|
||||
|
||||
$this->info($this->log);
|
||||
|
||||
if ( ! $this->isValid && $errorEmail) {
|
||||
if ($errorEmail) {
|
||||
Mail::raw($this->log, function ($message) use ($errorEmail) {
|
||||
$message->to($errorEmail)
|
||||
->from(CONTACT_EMAIL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user