@@ -20,8 +20,8 @@ |
||
20 | 20 | namespace App\Extensions\util; |
21 | 21 | |
22 | 22 | use App\Models\Settings; |
23 | -use nntmux\utility\Utility; |
|
24 | 23 | use Illuminate\Database\Eloquent\Collection; |
24 | +use nntmux\utility\Utility; |
|
25 | 25 | |
26 | 26 | class Versions extends Collection |
27 | 27 | { |
@@ -4,8 +4,8 @@ |
||
4 | 4 | |
5 | 5 | // Test if your giantbomb key is working. |
6 | 6 | |
7 | -use nntmux\db\DB; |
|
8 | 7 | use nntmux\ColorCLI; |
8 | +use nntmux\db\DB; |
|
9 | 9 | |
10 | 10 | $giantbombkey = (new DB())->getSetting('giantbombkey'); |
11 | 11 | $cli = new ColorCLI(); |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace nntmux\libraries; |
4 | 4 | |
5 | -use nntmux\db\DB; |
|
6 | 5 | use nntmux\ColorCLI; |
6 | +use nntmux\db\DB; |
|
7 | 7 | |
8 | 8 | /** |
9 | 9 | * Class ForkingImportNZB. |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace nntmux; |
4 | 4 | |
5 | -use nntmux\db\DB; |
|
6 | 5 | use App\Models\Settings; |
6 | +use nntmux\db\DB; |
|
7 | 7 | |
8 | 8 | /** |
9 | 9 | * Logs/Reports stuff. |
@@ -2,12 +2,12 @@ |
||
2 | 2 | |
3 | 3 | namespace nntmux; |
4 | 4 | |
5 | -use nntmux\db\DB; |
|
6 | 5 | use ApaiIO\ApaiIO; |
7 | -use App\Models\Settings; |
|
8 | -use ApaiIO\Operations\Lookup; |
|
9 | 6 | use ApaiIO\Configuration\GenericConfiguration; |
7 | +use ApaiIO\Operations\Lookup; |
|
10 | 8 | use ApaiIO\ResponseTransformer\XmlToSimpleXmlObject; |
9 | +use App\Models\Settings; |
|
10 | +use nntmux\db\DB; |
|
11 | 11 | |
12 | 12 | /** |
13 | 13 | * Class MiscSorter. |
@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace nntmux; |
4 | 4 | |
5 | -use nntmux\db\DB; |
|
6 | -use App\Models\Settings; |
|
7 | 5 | use App\Extensions\util\Yenc; |
6 | +use App\Models\Settings; |
|
7 | +use nntmux\db\DB; |
|
8 | 8 | |
9 | 9 | /** |
10 | 10 | * Class for connecting to the usenet, retrieving articles and article headers, |
@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace nntmux; |
4 | 4 | |
5 | -use nntmux\db\DB; |
|
5 | +use App\Extensions\util\Versions; |
|
6 | 6 | use App\Models\Settings; |
7 | +use nntmux\db\DB; |
|
7 | 8 | use nntmux\utility\Utility; |
8 | -use App\Extensions\util\Versions; |
|
9 | 9 | |
10 | 10 | /** |
11 | 11 | * Class for reading and writing NZB files on the hard disk, |
@@ -2,14 +2,14 @@ |
||
2 | 2 | |
3 | 3 | namespace nntmux\processing\tv; |
4 | 4 | |
5 | -use Tmdb\Client; |
|
6 | -use Tmdb\ApiToken; |
|
7 | -use nntmux\ColorCLI; |
|
8 | 5 | use App\Models\Settings; |
9 | -use nntmux\ReleaseImage; |
|
10 | -use Tmdb\Helper\ImageHelper; |
|
6 | +use Tmdb\ApiToken; |
|
7 | +use Tmdb\Client; |
|
11 | 8 | use Tmdb\Exception\TmdbApiException; |
9 | +use Tmdb\Helper\ImageHelper; |
|
12 | 10 | use Tmdb\Repository\ConfigurationRepository; |
11 | +use nntmux\ColorCLI; |
|
12 | +use nntmux\ReleaseImage; |
|
13 | 13 | |
14 | 14 | class TMDB extends TV |
15 | 15 | { |
@@ -2,11 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace nntmux\processing\tv; |
4 | 4 | |
5 | -use nntmux\ColorCLI; |
|
6 | 5 | use App\Models\Settings; |
6 | +use nntmux\ColorCLI; |
|
7 | 7 | use nntmux\ReleaseImage; |
8 | -use nntmux\utility\Time; |
|
9 | 8 | use nntmux\libraries\TraktAPI; |
9 | +use nntmux\utility\Time; |
|
10 | 10 | |
11 | 11 | /** |
12 | 12 | * Class TraktTv. |