Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2018-08-15 13:30:47 +00:00
committed by StyleCI Bot
parent dc5f458005
commit 0eeba5532d
43 changed files with 153 additions and 154 deletions
@@ -2,24 +2,24 @@
namespace Blacklight\processing\post;
use App\Models\Category;
use Blacklight\Nfo;
use Blacklight\NZB;
use Blacklight\NNTP;
use App\Models\Group;
use App\Models\Release;
use App\Models\ReleaseFile;
use App\Models\Category;
use App\Models\Settings;
use Blacklight\Categorize;
use Blacklight\ColorCLI;
use Blacklight\Releases;
use Blacklight\NameFixer;
use Blacklight\Nfo;
use Blacklight\NNTP;
use Blacklight\NZB;
use Blacklight\Categorize;
use App\Models\ReleaseFile;
use Blacklight\ReleaseExtra;
use Blacklight\ReleaseImage;
use Blacklight\Releases;
use Blacklight\SphinxSearch;
use Blacklight\utility\Utility;
use dariusiii\rarinfo\ArchiveInfo;
use dariusiii\rarinfo\Par2Info;
use dariusiii\rarinfo\ArchiveInfo;
use Illuminate\Support\Facades\DB;
class ProcessAdditional