mirror of
https://github.com/ambieco/scribe.git
synced 2026-04-24 06:44:55 +08:00
Update style rules
This commit is contained in:
@@ -287,7 +287,7 @@ class ResponseCalls extends Strategy
|
||||
protected function callLaravelRoute(Request $request): \Symfony\Component\HttpFoundation\Response
|
||||
{
|
||||
// Confirm we're running in Laravel, not Lumen
|
||||
if(app()->bound(\Illuminate\Contracts\Http\Kernel::class)){
|
||||
if (app()->bound(\Illuminate\Contracts\Http\Kernel::class)) {
|
||||
$kernel = app(\Illuminate\Contracts\Http\Kernel::class);
|
||||
$response = $kernel->handle($request);
|
||||
$kernel->terminate($request, $response);
|
||||
|
||||
Reference in New Issue
Block a user