Skip to content

Commit b76c2eb

Browse files
authored
StyleCI
1 parent 2c8ada1 commit b76c2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware/RenderTorchlight.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function handle(Request $request, Closure $next)
3333

3434
$response = BladeManager::renderResponse($response);
3535

36-
// Clear blocks from memory to prevent memory leak when using Laravel Octane
36+
// Clear blocks from memory to prevent memory leak when using Laravel Octane
3737
BladeManager::clearBlocks();
3838

3939
return $response;

0 commit comments

Comments
 (0)