Skip to content

Commit 76c32a8

Browse files
committed
refactory: apply cs fix
1 parent 4fc9473 commit 76c32a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

system/Filters/PageCache.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public function before(RequestInterface $request, $arguments = null)
4545
assert($request instanceof CLIRequest || $request instanceof IncomingRequest);
4646

4747
$response = service('response');
48+
4849
return $this->pageCache->get($request, $response);
4950
}
5051

0 commit comments

Comments
 (0)