mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
Use nntmux namespace, rename nntmux script to tmux.Update composer.lock.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
require_once realpath(dirname(dirname(dirname(__DIR__))) . DIRECTORY_SEPARATOR . 'indexer.php');
|
||||
|
||||
use newznab\Category;
|
||||
use newznab\ConsoleTools;
|
||||
use newznab\db\Settings;
|
||||
use nntmux\Category;
|
||||
use nntmux\ConsoleTools;
|
||||
use nntmux\db\Settings;
|
||||
|
||||
$category = new Category();
|
||||
$pdo = new Settings();
|
||||
|
||||
Reference in New Issue
Block a user