Clarify init-lookup output
This commit is contained in:
parent
e7ec70119a
commit
e3d89994c9
1 changed files with 1 additions and 2 deletions
|
|
@ -72,8 +72,7 @@ class InitLookup extends Command
|
|||
}
|
||||
}
|
||||
|
||||
$this->info($this->log);
|
||||
$this->info('Valid: ' . ($this->isValid ? RESULT_SUCCESS : RESULT_FAILURE));
|
||||
$this->logMessage('Results: ' . ($this->isValid ? RESULT_SUCCESS : RESULT_FAILURE));
|
||||
|
||||
if ($this->option('validate')) {
|
||||
if ($errorEmail = env('ERROR_EMAIL')) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue