Don't check phantomjs when fixing data
This commit is contained in:
parent
4bf495542f
commit
087845a67e
1 changed files with 4 additions and 0 deletions
|
|
@ -139,6 +139,10 @@ class CheckData extends Command
|
|||
return;
|
||||
}
|
||||
|
||||
if ($this->option('fix') == 'true') {
|
||||
return;
|
||||
}
|
||||
|
||||
$date = new Carbon();
|
||||
$date = $date->subDays(1)->format('Y-m-d');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue