mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 19:14:40 -04:00
Don't check phantomjs when fixing data
This commit is contained in:
parent
4bf495542f
commit
087845a67e
@ -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…
x
Reference in New Issue
Block a user