mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:01:24 +00:00
Rename nntmux namespace and folder to Blacklight
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
|
||||
require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
|
||||
|
||||
use nntmux\NNTP;
|
||||
use nntmux\db\DB;
|
||||
use nntmux\ColorCLI;
|
||||
use nntmux\NameFixer;
|
||||
use Blacklight\NNTP;
|
||||
use Blacklight\db\DB;
|
||||
use Blacklight\ColorCLI;
|
||||
use Blacklight\NameFixer;
|
||||
use App\Models\Settings;
|
||||
|
||||
$pdo = new DB();
|
||||
|
||||
Reference in New Issue
Block a user