@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace nntmux; |
4 | 4 | |
5 | -use App\Models\Group; |
|
6 | 5 | use App\Models\Category; |
6 | +use App\Models\Group; |
|
7 | 7 | use App\Models\Settings; |
8 | 8 | |
9 | 9 | /** |
@@ -21,9 +21,9 @@ |
||
21 | 21 | |
22 | 22 | namespace nntmux\http; |
23 | 23 | |
24 | -use App\Models\Group; |
|
25 | -use App\Models\Category; |
|
26 | 24 | use App\Models\AudioData; |
25 | +use App\Models\Category; |
|
26 | +use App\Models\Group; |
|
27 | 27 | use nntmux\utility\Utility; |
28 | 28 | |
29 | 29 | /** |
@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace nntmux\http; |
4 | 4 | |
5 | +use App\Models\Category; |
|
5 | 6 | use nntmux\NZB; |
6 | 7 | use nntmux\Releases; |
7 | -use App\Models\Category; |
|
8 | 8 | |
9 | 9 | /** |
10 | 10 | * Class RSS -- contains specific functions for RSS. |
@@ -2,14 +2,14 @@ |
||
2 | 2 | |
3 | 3 | namespace nntmux; |
4 | 4 | |
5 | -use nntmux\db\DB; |
|
5 | +use App\Models\Category; |
|
6 | 6 | use App\Models\Group; |
7 | 7 | use App\Models\Predb; |
8 | 8 | use App\Models\Release; |
9 | -use App\Models\Category; |
|
10 | -use nntmux\utility\Utility; |
|
11 | 9 | use Illuminate\Support\Carbon; |
10 | +use nntmux\db\DB; |
|
12 | 11 | use nntmux\processing\PostProcess; |
12 | +use nntmux\utility\Utility; |
|
13 | 13 | |
14 | 14 | /** |
15 | 15 | * Class NameFixer. |
@@ -2,12 +2,12 @@ |
||
2 | 2 | |
3 | 3 | namespace nntmux\processing\post; |
4 | 4 | |
5 | -use nntmux\NZB; |
|
6 | -use nntmux\db\DB; |
|
7 | -use nntmux\ColorCLI; |
|
5 | +use App\Models\AnidbEpisode; |
|
8 | 6 | use App\Models\Category; |
9 | 7 | use App\Models\Settings; |
10 | -use App\Models\AnidbEpisode; |
|
8 | +use nntmux\ColorCLI; |
|
9 | +use nntmux\NZB; |
|
10 | +use nntmux\db\DB; |
|
11 | 11 | use nntmux\db\populate\AniDB as PaDb; |
12 | 12 | |
13 | 13 | class AniDB |
@@ -2,24 +2,24 @@ |
||
2 | 2 | |
3 | 3 | namespace nntmux\processing; |
4 | 4 | |
5 | -use nntmux\NZB; |
|
6 | -use nntmux\NNTP; |
|
7 | -use nntmux\db\DB; |
|
8 | -use nntmux\Genres; |
|
9 | -use nntmux\ColorCLI; |
|
10 | -use nntmux\Releases; |
|
5 | +use App\Models\Category; |
|
11 | 6 | use App\Models\Group; |
7 | +use App\Models\MultigroupPoster; |
|
12 | 8 | use App\Models\Predb; |
13 | -use nntmux\Categorize; |
|
14 | 9 | use App\Models\Release; |
15 | -use App\Models\Category; |
|
10 | +use App\Models\ReleaseRegex; |
|
11 | +use App\Models\ReleasesGroups; |
|
16 | 12 | use App\Models\Settings; |
13 | +use nntmux\Categorize; |
|
14 | +use nntmux\ColorCLI; |
|
17 | 15 | use nntmux\ConsoleTools; |
18 | -use nntmux\ReleaseImage; |
|
16 | +use nntmux\Genres; |
|
17 | +use nntmux\NNTP; |
|
18 | +use nntmux\NZB; |
|
19 | 19 | use nntmux\ReleaseCleaning; |
20 | -use App\Models\ReleaseRegex; |
|
21 | -use App\Models\ReleasesGroups; |
|
22 | -use App\Models\MultigroupPoster; |
|
20 | +use nntmux\ReleaseImage; |
|
21 | +use nntmux\Releases; |
|
22 | +use nntmux\db\DB; |
|
23 | 23 | |
24 | 24 | class ProcessReleases |
25 | 25 | { |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace nntmux\processing; |
4 | 4 | |
5 | -use nntmux\NZBMultiGroup; |
|
6 | 5 | use App\Models\MultigroupPoster; |
6 | +use nntmux\NZBMultiGroup; |
|
7 | 7 | |
8 | 8 | class ProcessReleasesMultiGroup extends ProcessReleases |
9 | 9 | { |
@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace nntmux; |
4 | 4 | |
5 | -use nntmux\db\DB; |
|
5 | +use App\Models\Category; |
|
6 | 6 | use App\Models\Group; |
7 | 7 | use App\Models\Release; |
8 | -use App\Models\Category; |
|
8 | +use nntmux\db\DB; |
|
9 | 9 | |
10 | 10 | class Regexes |
11 | 11 | { |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace nntmux; |
4 | 4 | |
5 | -use nntmux\db\DB; |
|
6 | 5 | use App\Models\Category; |
6 | +use nntmux\db\DB; |
|
7 | 7 | |
8 | 8 | /** |
9 | 9 | * Handles removing of various unwanted releases. |