mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 09:48:55 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -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') {
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user