Skip to content

Commit

Permalink
🍺
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Nov 19, 2024
1 parent 0feac07 commit c0e9f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StaticCaching/Cachers/FileCacher.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function cachePage(Request $request, $content)
$content = $this->normalizeContent($content);

$path = $this->getFilePath($url);

if (! $this->writer->write($path, $content, $this->config('lock_hold_length'))) {
return;
}
Expand Down

0 comments on commit c0e9f1c

Please sign in to comment.