Use nntmux namespace, rename nntmux script to tmux.Update composer.lock.

This commit is contained in:
DariusIII
2016-06-25 15:45:47 +02:00
parent 807b0a6747
commit 872ad5c722
388 changed files with 1000 additions and 998 deletions
+3 -3
View File
@@ -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();