Always email check data results
This commit is contained in:
parent
91e3f5d7b9
commit
7a0985dd6b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue