Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2019-02-03 20:01:19 +00:00
committed by StyleCI Bot
parent 50ff1b6181
commit 87c6e5d64f
168 changed files with 449 additions and 449 deletions
+14 -14
View File
@@ -2,29 +2,29 @@
namespace Blacklight\processing;
use App\Models\Category;
use Blacklight\Nfo;
use Blacklight\XXX;
use Blacklight\NNTP;
use App\Models\Group;
use App\Models\Release;
use App\Models\ReleaseFile;
use App\Models\Settings;
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 Blacklight\Nfo;
use Blacklight\NNTP;
use Blacklight\processing\post\AniDB;
use Blacklight\processing\post\ProcessAdditional;
use App\Models\ReleaseFile;
use Illuminate\Support\Carbon;
use dariusiii\rarinfo\Par2Info;
use Blacklight\processing\tv\TMDB;
use Blacklight\processing\tv\TraktTv;
use Blacklight\processing\tv\TVDB;
use Blacklight\processing\tv\TVMaze;
use Blacklight\Sharing;
use Blacklight\XXX;
use dariusiii\rarinfo\Par2Info;
use Illuminate\Support\Carbon;
use Blacklight\processing\post\AniDB;
use Blacklight\processing\tv\TraktTv;
use Blacklight\processing\post\ProcessAdditional;
class PostProcess
{