mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
4.0
This commit is contained in:
parent
12b1388a1e
commit
225e95dec2
@ -48,8 +48,6 @@ $app = require_once __DIR__.'/../bootstrap/app.php';
|
||||
|
||||
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
|
||||
|
||||
$kernel = \Anomaly\Streams\Platform\Http\CacheKernel::wrap($kernel);
|
||||
|
||||
$response = $kernel->handle(
|
||||
$request = Illuminate\Http\Request::capture()
|
||||
);
|
||||
@ -57,4 +55,3 @@ $response = $kernel->handle(
|
||||
$response->send();
|
||||
|
||||
$kernel->terminate($request, $response);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user