Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2018-04-16 11:44:56 +00:00
committed by StyleCI Bot
parent fd85fb04d6
commit ef577bc2a8
4 changed files with 2 additions and 4 deletions
-1
View File
@@ -22,7 +22,6 @@
namespace Blacklight;
use GuzzleHttp\Client;
use Blacklight\http\BasePage;
/**
* Class CouchPotato.
-1
View File
@@ -5,7 +5,6 @@ namespace Blacklight;
use GuzzleHttp\Client;
use App\Models\Settings;
use Illuminate\Support\Carbon;
use Illuminate\Support\Facades\Auth;
/**
* Class SABnzbd.
+1 -1
View File
@@ -2,10 +2,10 @@
namespace App\Http\Controllers;
use App\Models\Settings;
use App\Models\User;
use Blacklight\NZBGet;
use Blacklight\SABnzbd;
use App\Models\Settings;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Auth;
@@ -3,9 +3,9 @@
namespace App\Http\Controllers;
use App\Models\User;
use Blacklight\CouchPotato;
use Blacklight\NZBGet;
use Blacklight\SABnzbd;
use Blacklight\CouchPotato;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Auth;