mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update code style of various files
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
|
||||
|
||||
use ApaiIO\ApaiIO;
|
||||
use App\Models\Settings;
|
||||
use ApaiIO\Operations\Search;
|
||||
use ApaiIO\Configuration\GenericConfiguration;
|
||||
use ApaiIO\Operations\Search;
|
||||
use App\Models\Settings;
|
||||
|
||||
$pubkey = Settings::settingValue('APIs..amazonpubkey');
|
||||
$privkey = Settings::settingValue('APIs..amazonprivkey');
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
|
||||
require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
|
||||
|
||||
use Blacklight\processing\tv\TVDB;
|
||||
use Adrenth\Thetvdb\Exception\UnauthorizedException;
|
||||
use Adrenth\Thetvdb\Exception\RequestFailedException;
|
||||
use Adrenth\Thetvdb\Exception\InvalidArgumentException;
|
||||
use Adrenth\Thetvdb\Exception\InvalidJsonInResponseException;
|
||||
use Adrenth\Thetvdb\Exception\RequestFailedException;
|
||||
use Adrenth\Thetvdb\Exception\UnauthorizedException;
|
||||
use Blacklight\processing\tv\TVDB;
|
||||
|
||||
$c = new Blacklight\ColorCLI();
|
||||
$tvdb = new TVDB();
|
||||
|
||||
Reference in New Issue
Block a user