Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2018-07-20 09:10:07 +00:00
committed by StyleCI Bot
parent 1cd62c5a85
commit c7f1201cfc
2 changed files with 1 additions and 2 deletions
@@ -5,7 +5,6 @@ use Blacklight\ColorCLI;
require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
$covers = $updated = $deleted = 0;
if ($argc === 1 || $argv[1] !== 'true') {
+1 -1
View File
@@ -2,9 +2,9 @@
require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
use App\Models\GamesInfo;
use App\Models\Settings;
use Blacklight\ColorCLI;
use App\Models\GamesInfo;
use Blacklight\utility\Utility;
use Illuminate\Support\Facades\DB;