mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
CS fixes
This commit is contained in:
@@ -5,7 +5,6 @@ namespace Blacklight;
|
||||
use App\Models\Release;
|
||||
use Elasticsearch;
|
||||
use Elasticsearch\Common\Exceptions\ElasticsearchException;
|
||||
use Elasticsearch\Elasticsearch\ClientBuilder;
|
||||
use Illuminate\Support\Collection;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
|
||||
|
||||
@@ -22,7 +22,6 @@ use Blacklight\Releases;
|
||||
use Illuminate\Support\Carbon;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
use Illuminate\Support\Str;
|
||||
use JetBrains\PhpStorm\ArrayShape;
|
||||
|
||||
class ProcessReleases
|
||||
{
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
namespace Blacklight\processing\tv;
|
||||
|
||||
use Blacklight\ReleaseImage;
|
||||
use JetBrains\PhpStorm\ArrayShape;
|
||||
use Tmdb\Client;
|
||||
use Tmdb\Exception\TmdbApiException;
|
||||
use Tmdb\Helper\ImageHelper;
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
|
||||
|
||||
use App\Models\Settings;
|
||||
use Blacklight\ConsoleTools;
|
||||
use App\Models\Settings;
|
||||
use Blacklight\ConsoleTools;
|
||||
use Blacklight\NZB;
|
||||
|
||||
if (! isset($argv[1]) || ! isset($argv[2])) {
|
||||
|
||||
@@ -5,8 +5,8 @@ require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
|
||||
use App\Models\Collection;
|
||||
use App\Models\Settings;
|
||||
use Blacklight\ColorCLI;
|
||||
use Illuminate\Support\Facades\Process;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
use Illuminate\Support\Facades\Process;
|
||||
|
||||
$tmuxPath = base_path().'/misc/update/tmux/';
|
||||
$import = Settings::settingValue('site.tmux.import') ?? 0;
|
||||
|
||||
Reference in New Issue
Block a user