mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Rename nntmux namespace and folder to Blacklight
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
//This script will update all records in the movieinfo table
|
||||
require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
|
||||
|
||||
use nntmux\db\DB;
|
||||
use nntmux\Movie;
|
||||
use nntmux\ColorCLI;
|
||||
use Blacklight\db\DB;
|
||||
use Blacklight\Movie;
|
||||
use Blacklight\ColorCLI;
|
||||
|
||||
$pdo = new DB();
|
||||
$movie = new Movie(['Echo' => true, 'Settings' => $pdo]);
|
||||
|
||||
Reference in New Issue
Block a user