mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Remove $kernel variable assignment from bootstraping laravel
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
2018-03-26 DariusIII
|
||||
2018-03-27 DariusIII
|
||||
* Chg: Remove $kernel variable assignment from bootstraping laravel
|
||||
* Chg: Fix RSS feeds for logged out users
|
||||
2018-03-26 DariusIII
|
||||
* Chg: Update laravel/framework to version 5.6.13, guzzlehttp/guzzle and phpunit to latest versions
|
||||
* Chg: Add missing filelist route
|
||||
* Chg: Add newline after Info comment message in DbUpdate class
|
||||
|
||||
@@ -15,4 +15,4 @@ if (! defined('HAS_WHICH')) {
|
||||
define('HAS_WHICH', Utility::hasWhich() ? true : false);
|
||||
}
|
||||
|
||||
$kernel = $app->make(Illuminate\Contracts\Console\Kernel::class)->bootstrap();
|
||||
$app->make(Illuminate\Contracts\Console\Kernel::class)->bootstrap();
|
||||
|
||||
Reference in New Issue
Block a user