mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:01:24 +00:00
Instantiate Request class as soon as possible
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user