We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c872ae5 commit d606f3dCopy full SHA for d606f3d
src/Swoole/SwooleClient.php
@@ -52,7 +52,7 @@ public function canServeRequestAsStaticFile(Request $request, RequestContext $co
52
{
53
$octaneConfig = $context->octaneConfig ?? [];
54
55
- if (array_key_exists('serve_static_files', $octaneConfig) &&
+ if (array_key_exists('serve_static_files', $octaneConfig) &&
56
! $octaneConfig['serve_static_files']) {
57
return false;
58
}
0 commit comments