Instantiate Request class as soon as possible

This commit is contained in:
DariusIII
2018-03-01 15:35:57 +01:00
parent d8f2d00f1c
commit 89b70a4e86
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -26,4 +26,5 @@ if (! defined('HAS_WHICH')) {
new Configure('indexer');
$app->make(Illuminate\Contracts\Console\Kernel::class)->bootstrap();
$app->handle(\Illuminate\Http\Request::capture());
require_once __DIR__.DIRECTORY_SEPARATOR.'yenc.php';