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 2c8ada1 commit b76c2ebCopy full SHA for b76c2eb
src/Middleware/RenderTorchlight.php
@@ -33,7 +33,7 @@ public function handle(Request $request, Closure $next)
33
34
$response = BladeManager::renderResponse($response);
35
36
- // Clear blocks from memory to prevent memory leak when using Laravel Octane
+ // Clear blocks from memory to prevent memory leak when using Laravel Octane
37
BladeManager::clearBlocks();
38
39
return $response;
0 commit comments