From 369c16376ef80f6cbf875591aef5dfb79ee751eb Mon Sep 17 00:00:00 2001 From: DariusIII Date: Wed, 18 Jul 2018 12:49:09 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- Blacklight/http/Capabilities.php | 1 - Blacklight/processing/Videos.php | 3 +-- Blacklight/processing/post/AniDB.php | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Blacklight/http/Capabilities.php b/Blacklight/http/Capabilities.php index 70652346d..ff13c001c 100755 --- a/Blacklight/http/Capabilities.php +++ b/Blacklight/http/Capabilities.php @@ -32,7 +32,6 @@ use Illuminate\Support\Facades\DB; */ abstract class Capabilities { - public $pdo; /** diff --git a/Blacklight/processing/Videos.php b/Blacklight/processing/Videos.php index 47c88ab6b..015fa491c 100755 --- a/Blacklight/processing/Videos.php +++ b/Blacklight/processing/Videos.php @@ -24,8 +24,8 @@ namespace Blacklight\processing; use App\Models\Video; use App\Models\TvInfo; use App\Models\VideoAlias; -use Illuminate\Support\Facades\Cache; use Illuminate\Support\Facades\DB; +use Illuminate\Support\Facades\Cache; /** * Parent class for TV/Film and any similar classes to inherit from. @@ -37,7 +37,6 @@ abstract class Videos protected const TYPE_FILM = 1; // Type of video is a Film/Movie protected const TYPE_ANIME = 2; // Type of video is a Anime - protected $pdo; /** * @var bool diff --git a/Blacklight/processing/post/AniDB.php b/Blacklight/processing/post/AniDB.php index e84f87092..88e2bbd13 100755 --- a/Blacklight/processing/post/AniDB.php +++ b/Blacklight/processing/post/AniDB.php @@ -7,8 +7,8 @@ use App\Models\Category; use App\Models\Settings; use Blacklight\ColorCLI; use App\Models\AnidbEpisode; -use Blacklight\db\populate\AniDB as PaDb; use Illuminate\Support\Facades\DB; +use Blacklight\db\populate\AniDB as PaDb; class AniDB {