mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
Remove nntmux/Category class and move its functions into Category model
This commit is contained in:
@@ -2,12 +2,11 @@
|
||||
|
||||
require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
|
||||
|
||||
use App\Models\Category;
|
||||
use nntmux\db\DB;
|
||||
use nntmux\Category;
|
||||
use nntmux\ColorCLI;
|
||||
use nntmux\ConsoleTools;
|
||||
|
||||
$category = new Category();
|
||||
$pdo = new DB();
|
||||
$consoletools = new ConsoleTools();
|
||||
$ran = false;
|
||||
|
||||
Reference in New Issue
Block a user