mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Remove nntmux/Category class and move its functions into Category model
This commit is contained in:
@@ -4,11 +4,10 @@
|
||||
|
||||
require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
|
||||
|
||||
use App\Models\Category;
|
||||
use nntmux\db\DB;
|
||||
use nntmux\Console;
|
||||
use nntmux\Category;
|
||||
|
||||
$category = new Category();
|
||||
$pdo = new DB();
|
||||
$console = new Console(['Echo' => true, 'Settings' => $pdo]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user