Remove $kernel variable assignment from bootstraping laravel

This commit is contained in:
DariusIII
2018-03-27 13:33:40 +02:00
parent 71350f85a4
commit 5514944e0f
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -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
+1 -1
View File
@@ -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();