Rename nntmux namespace and folder to Blacklight

This commit is contained in:
DariusIII
2018-02-14 23:08:17 +01:00
parent dafbf4e3e8
commit 314e601e44
272 changed files with 1037 additions and 693 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
use nntmux\processing\tv\TraktTv;
use Blacklight\processing\tv\TraktTv;
$c = new nntmux\ColorCLI();
$c = new Blacklight\ColorCLI();
$trakt = new TraktTv();
if (! empty($argv[1]) && is_numeric($argv[2]) && is_numeric($argv[3])) {