Skip to content

Commit

Permalink
🍺
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Sep 11, 2024
1 parent 34815b6 commit 5e85a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StaticCaching/Cachers/AbstractCacher.php
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ protected function getPathAndDomain($url)
public function getUrl(Request $request)
{
$url = $request->getUri();

if ($recache = $request->input('__recache')) {
$url = str_replace('__recache='.$recache, '', $url);
if (substr($url, -1, 1) == '?') {
Expand Down

0 comments on commit 5e85a71

Please sign in to comment.