mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 03:08:53 +00:00
Replace app with App in classes used
This commit is contained in:
@@ -4,7 +4,7 @@ require_once dirname(__DIR__, 3) . DIRECTORY_SEPARATOR . 'bootstrap.php';
|
||||
use ApaiIO\ApaiIO;
|
||||
use ApaiIO\Configuration\GenericConfiguration;
|
||||
use ApaiIO\Operations\Search;
|
||||
use app\models\Settings;
|
||||
use App\models\Settings;
|
||||
|
||||
|
||||
$pubkey = Settings::value('APIs..amazonpubkey');
|
||||
|
||||
Reference in New Issue
Block a user