Skip to content

Commit

Permalink
Update Check.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar authored Oct 30, 2021
1 parent 38379ef commit 69c512e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/Check.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private function setUrlKey(Request $request)
{
$absolute_url = \config('last_modified.absolute_url', true);

$url = $absolute_url ? $request->url() : $request->path();
$url = $absolute_url ? $request->fullUrl() : $request->path();

$this->key = $this->hash($url);
}
Expand Down

0 comments on commit 69c512e

Please sign in to comment.