Remove nntmux/Category class and move its functions into Category model

This commit is contained in:
DariusIII
2018-01-11 11:03:12 +01:00
parent 5c1fd3558e
commit cdf881efde
59 changed files with 573 additions and 833 deletions
+1 -1
View File
@@ -2,6 +2,7 @@
namespace nntmux\processing;
use App\Models\Category;
use nntmux\Nfo;
use nntmux\XXX;
use nntmux\NNTP;
@@ -13,7 +14,6 @@ use nntmux\Music;
use nntmux\Groups;
use nntmux\Console;
use nntmux\Sharing;
use nntmux\Category;
use nntmux\NameFixer;
use App\Models\Release;
use App\Models\Settings;