mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
Remove nntmux/Category class and move its functions into Category model
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
|
||||
|
||||
use App\Models\Category;
|
||||
use nntmux\Tmux;
|
||||
use nntmux\db\DB;
|
||||
use nntmux\TmuxRun;
|
||||
use nntmux\Category;
|
||||
use nntmux\ColorCLI;
|
||||
use nntmux\TmuxOutput;
|
||||
use App\Models\Settings;
|
||||
|
||||
Reference in New Issue
Block a user