Update style rules

This commit is contained in:
Jeff Siebach
2019-09-10 18:38:21 -05:00
parent 893f9b214f
commit cdbc1db05d

View File

@@ -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);