mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
+1
-1
@@ -2,10 +2,10 @@
|
||||
|
||||
namespace nntmux;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\db\DB;
|
||||
use App\Models\Group;
|
||||
use App\Models\Settings;
|
||||
use Illuminate\Support\Carbon;
|
||||
use App\Models\BinaryBlacklist;
|
||||
use App\Models\MultigroupPoster;
|
||||
use Illuminate\Support\Facades\Cache;
|
||||
|
||||
+1
-1
@@ -2,7 +2,6 @@
|
||||
|
||||
namespace nntmux;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\db\DB;
|
||||
use ApaiIO\ApaiIO;
|
||||
use GuzzleHttp\Client;
|
||||
@@ -11,6 +10,7 @@ use App\Models\BookInfo;
|
||||
use App\Models\Category;
|
||||
use App\Models\Settings;
|
||||
use ApaiIO\Operations\Search;
|
||||
use Illuminate\Support\Carbon;
|
||||
use ApaiIO\Request\GuzzleRequest;
|
||||
use Illuminate\Support\Facades\Cache;
|
||||
use ApaiIO\Configuration\GenericConfiguration;
|
||||
|
||||
+1
-1
@@ -2,12 +2,12 @@
|
||||
|
||||
namespace nntmux;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\db\DB;
|
||||
use App\Models\Genre;
|
||||
use App\Models\Category;
|
||||
use App\Models\Settings;
|
||||
use App\Models\GamesInfo;
|
||||
use Illuminate\Support\Carbon;
|
||||
use DBorsatto\GiantBomb\Client;
|
||||
use DBorsatto\GiantBomb\Config;
|
||||
use Illuminate\Support\Facades\Cache;
|
||||
|
||||
+1
-1
@@ -2,10 +2,10 @@
|
||||
|
||||
namespace nntmux;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\db\DB;
|
||||
use App\Models\Genre;
|
||||
use App\Models\Category;
|
||||
use Illuminate\Support\Carbon;
|
||||
use Illuminate\Support\Facades\Cache;
|
||||
|
||||
class Genres
|
||||
|
||||
+1
-1
@@ -2,12 +2,12 @@
|
||||
|
||||
namespace nntmux;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\db\DB;
|
||||
use App\Models\Group;
|
||||
use App\Models\Release;
|
||||
use App\Models\Settings;
|
||||
use App\Models\MissedPart;
|
||||
use Illuminate\Support\Carbon;
|
||||
use Illuminate\Support\Facades\DB as DBFacade;
|
||||
|
||||
class Groups
|
||||
|
||||
+1
-1
@@ -2,7 +2,6 @@
|
||||
|
||||
namespace nntmux;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\db\DB;
|
||||
use Tmdb\ApiToken;
|
||||
use aharen\OMDbAPI;
|
||||
@@ -11,6 +10,7 @@ use App\Models\Category;
|
||||
use App\Models\Settings;
|
||||
use App\Models\MovieInfo;
|
||||
use nntmux\utility\Utility;
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\libraries\FanartTV;
|
||||
use Tmdb\Client as TmdbClient;
|
||||
use nntmux\processing\tv\TraktTv;
|
||||
|
||||
+1
-1
@@ -2,7 +2,6 @@
|
||||
|
||||
namespace nntmux;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\db\DB;
|
||||
use ApaiIO\ApaiIO;
|
||||
use App\Models\Genre;
|
||||
@@ -12,6 +11,7 @@ use App\Models\Category;
|
||||
use App\Models\Settings;
|
||||
use App\Models\MusicInfo;
|
||||
use ApaiIO\Operations\Search;
|
||||
use Illuminate\Support\Carbon;
|
||||
use ApaiIO\Request\GuzzleRequest;
|
||||
use Illuminate\Support\Facades\Cache;
|
||||
use ApaiIO\Configuration\GenericConfiguration;
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
|
||||
namespace nntmux;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\db\DB;
|
||||
use App\Models\Predb;
|
||||
use App\Models\Release;
|
||||
use App\Models\Category;
|
||||
use nntmux\utility\Utility;
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\processing\PostProcess;
|
||||
|
||||
/**
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
|
||||
namespace nntmux;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\db\DB;
|
||||
use App\Models\User;
|
||||
use App\Models\Release;
|
||||
use App\Models\Settings;
|
||||
use App\Models\ReleaseComment;
|
||||
use Illuminate\Support\Carbon;
|
||||
|
||||
/**
|
||||
* This class handles storage and retrieval of release comments.
|
||||
|
||||
+1
-1
@@ -2,12 +2,12 @@
|
||||
|
||||
namespace nntmux;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\db\DB;
|
||||
use App\Models\Release;
|
||||
use App\Models\Category;
|
||||
use App\Models\Settings;
|
||||
use nntmux\utility\Utility;
|
||||
use Illuminate\Support\Carbon;
|
||||
use Illuminate\Support\Facades\Cache;
|
||||
|
||||
/**
|
||||
|
||||
+1
-1
@@ -2,13 +2,13 @@
|
||||
|
||||
namespace nntmux;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\db\DB;
|
||||
use App\Models\Genre;
|
||||
use App\Models\Release;
|
||||
use App\Models\XxxInfo;
|
||||
use App\Models\Category;
|
||||
use App\Models\Settings;
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\processing\adult\ADE;
|
||||
use nntmux\processing\adult\ADM;
|
||||
use nntmux\processing\adult\AEBN;
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
namespace nntmux\libraries;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\Nfo;
|
||||
use nntmux\NZB;
|
||||
use nntmux\NNTP;
|
||||
@@ -11,6 +10,7 @@ use App\Models\Tmux;
|
||||
use nntmux\ColorCLI;
|
||||
use App\Models\Release;
|
||||
use App\Models\Settings;
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\processing\PostProcess;
|
||||
|
||||
/**
|
||||
|
||||
@@ -21,11 +21,11 @@
|
||||
|
||||
namespace nntmux\processing;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\db\DB;
|
||||
use App\Models\Video;
|
||||
use App\Models\TvInfo;
|
||||
use App\Models\VideoAlias;
|
||||
use Illuminate\Support\Carbon;
|
||||
use Illuminate\Support\Facades\Cache;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user