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
+6 -6
View File
@@ -5,12 +5,12 @@
// --------------------------------------------------------------
require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
use nntmux\NZB;
use nntmux\db\DB;
use nntmux\Releases;
use nntmux\ConsoleTools;
use nntmux\ReleaseImage;
use nntmux\utility\Utility;
use Blacklight\NZB;
use Blacklight\db\DB;
use Blacklight\Releases;
use Blacklight\ConsoleTools;
use Blacklight\ReleaseImage;
use Blacklight\utility\Utility;
$pdo = new DB();