Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2020-02-05 01:56:40 +00:00
committed by StyleCI Bot
parent b343c02c63
commit 02ad342bac
175 changed files with 488 additions and 488 deletions
+15 -15
View File
@@ -2,29 +2,29 @@
namespace Blacklight\processing;
use Blacklight\Nfo;
use Blacklight\XXX;
use Blacklight\NNTP;
use App\Models\Category;
use App\Models\Release;
use App\Models\ReleaseFile;
use App\Models\Settings;
use App\Models\UsenetGroup;
use Blacklight\Books;
use Blacklight\Console;
use Blacklight\Games;
use Blacklight\Movie;
use Blacklight\Music;
use App\Models\Release;
use Blacklight\Console;
use Blacklight\Sharing;
use App\Models\Category;
use App\Models\Settings;
use Blacklight\NameFixer;
use App\Models\ReleaseFile;
use App\Models\UsenetGroup;
use Illuminate\Support\Carbon;
use dariusiii\rarinfo\Par2Info;
use Blacklight\Nfo;
use Blacklight\NNTP;
use Blacklight\processing\post\AniDB;
use Blacklight\processing\post\ProcessAdditional;
use Blacklight\processing\tv\TMDB;
use Blacklight\processing\tv\TraktTv;
use Blacklight\processing\tv\TVDB;
use Blacklight\processing\tv\TVMaze;
use Blacklight\processing\post\AniDB;
use Blacklight\processing\tv\TraktTv;
use Blacklight\processing\post\ProcessAdditional;
use Blacklight\Sharing;
use Blacklight\XXX;
use dariusiii\rarinfo\Par2Info;
use Illuminate\Support\Carbon;
class PostProcess
{