mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Use Carbon facade and not Carbon directly
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2018-01-11 DariusIII
|
||||
* Chg: Use Carbon facade and not Carbon directly
|
||||
* Chg: Update ReleaseFile model
|
||||
* Chg: Update Console class
|
||||
* Chg: Declare categories table name in Category model
|
||||
|
||||
+1
-1
@@ -2,8 +2,8 @@
|
||||
|
||||
namespace nntmux;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\db\DB;
|
||||
use Carbon\Carbon;
|
||||
use App\Models\Group;
|
||||
use App\Models\Settings;
|
||||
use App\Models\BinaryBlacklist;
|
||||
|
||||
+1
-1
@@ -2,9 +2,9 @@
|
||||
|
||||
namespace nntmux;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\db\DB;
|
||||
use ApaiIO\ApaiIO;
|
||||
use Carbon\Carbon;
|
||||
use GuzzleHttp\Client;
|
||||
use App\Models\Release;
|
||||
use App\Models\BookInfo;
|
||||
|
||||
+1
-1
@@ -2,8 +2,8 @@
|
||||
|
||||
namespace nntmux;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\db\DB;
|
||||
use Carbon\Carbon;
|
||||
use App\Models\Genre;
|
||||
use App\Models\Category;
|
||||
use App\Models\Settings;
|
||||
|
||||
+1
-1
@@ -2,8 +2,8 @@
|
||||
|
||||
namespace nntmux;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\db\DB;
|
||||
use Carbon\Carbon;
|
||||
use App\Models\Genre;
|
||||
use App\Models\Category;
|
||||
use Illuminate\Support\Facades\Cache;
|
||||
|
||||
+1
-1
@@ -2,8 +2,8 @@
|
||||
|
||||
namespace nntmux;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\db\DB;
|
||||
use Carbon\Carbon;
|
||||
use App\Models\Group;
|
||||
use App\Models\Release;
|
||||
use App\Models\Settings;
|
||||
|
||||
+1
-1
@@ -2,8 +2,8 @@
|
||||
|
||||
namespace nntmux;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\db\DB;
|
||||
use Carbon\Carbon;
|
||||
use Tmdb\ApiToken;
|
||||
use aharen\OMDbAPI;
|
||||
use GuzzleHttp\Client;
|
||||
|
||||
+1
-1
@@ -2,9 +2,9 @@
|
||||
|
||||
namespace nntmux;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\db\DB;
|
||||
use ApaiIO\ApaiIO;
|
||||
use Carbon\Carbon;
|
||||
use App\Models\Genre;
|
||||
use GuzzleHttp\Client;
|
||||
use App\Models\Release;
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
namespace nntmux;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\db\DB;
|
||||
use Carbon\Carbon;
|
||||
use App\Models\Predb;
|
||||
use App\Models\Release;
|
||||
use App\Models\Category;
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
namespace nntmux;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\db\DB;
|
||||
use Carbon\Carbon;
|
||||
use App\Models\User;
|
||||
use App\Models\Release;
|
||||
use App\Models\Settings;
|
||||
|
||||
+1
-1
@@ -2,8 +2,8 @@
|
||||
|
||||
namespace nntmux;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\db\DB;
|
||||
use Carbon\Carbon;
|
||||
use App\Models\Release;
|
||||
use App\Models\Category;
|
||||
use App\Models\Settings;
|
||||
|
||||
+1
-1
@@ -2,8 +2,8 @@
|
||||
|
||||
namespace nntmux;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\db\DB;
|
||||
use Carbon\Carbon;
|
||||
use App\Models\Genre;
|
||||
use App\Models\Release;
|
||||
use App\Models\XxxInfo;
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
##dummy openssl config file
|
||||
@@ -2,11 +2,11 @@
|
||||
|
||||
namespace nntmux\libraries;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\Nfo;
|
||||
use nntmux\NZB;
|
||||
use nntmux\NNTP;
|
||||
use nntmux\db\DB;
|
||||
use Carbon\Carbon;
|
||||
use App\Models\Tmux;
|
||||
use nntmux\ColorCLI;
|
||||
use App\Models\Release;
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
|
||||
namespace nntmux\processing;
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
use nntmux\db\DB;
|
||||
use Carbon\Carbon;
|
||||
use App\Models\Video;
|
||||
use App\Models\TvInfo;
|
||||
use App\Models\VideoAlias;
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
namespace nntmux\utility;
|
||||
|
||||
use Carbon\Carbon;
|
||||
use Illuminate\Support\Carbon;
|
||||
|
||||
/**
|
||||
* Class Time -- functions for working with time string and DTOs.
|
||||
|
||||
Reference in New Issue
Block a user