mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 01:38:54 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -2,23 +2,23 @@
|
||||
|
||||
namespace Blacklight\processing;
|
||||
|
||||
use App\Models\Category;
|
||||
use App\Models\Group;
|
||||
use App\Models\MultigroupPoster;
|
||||
use App\Models\Predb;
|
||||
use App\Models\Release;
|
||||
use App\Models\ReleaseRegex;
|
||||
use App\Models\ReleasesGroups;
|
||||
use App\Models\Settings;
|
||||
use Blacklight\Categorize;
|
||||
use Blacklight\ColorCLI;
|
||||
use Blacklight\ConsoleTools;
|
||||
use Blacklight\Genres;
|
||||
use Blacklight\NNTP;
|
||||
use Blacklight\NZB;
|
||||
use Blacklight\ReleaseCleaning;
|
||||
use Blacklight\ReleaseImage;
|
||||
use Blacklight\NNTP;
|
||||
use App\Models\Group;
|
||||
use App\Models\Predb;
|
||||
use Blacklight\Genres;
|
||||
use App\Models\Release;
|
||||
use App\Models\Category;
|
||||
use App\Models\Settings;
|
||||
use Blacklight\ColorCLI;
|
||||
use Blacklight\Releases;
|
||||
use Blacklight\Categorize;
|
||||
use App\Models\ReleaseRegex;
|
||||
use Blacklight\ConsoleTools;
|
||||
use Blacklight\ReleaseImage;
|
||||
use App\Models\ReleasesGroups;
|
||||
use Blacklight\ReleaseCleaning;
|
||||
use App\Models\MultigroupPoster;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
|
||||
class ProcessReleases
|
||||
|
||||
Reference in New Issue
Block a user