Skip to content

Commit

Permalink
Merge pull request #153 from stevebauman/analysis-YO54Zj
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
stevebauman authored Dec 26, 2023
2 parents b27e95e + c363345 commit d406651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drivers/Cloudflare.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ protected function process(Request $request): Fluent|false
'countryCode' => $countryCode,
'cityName' => $request->getHeader('cf-ipcity'),
'longitude' => $request->getHeader('cf-iplongitude'),
'latitude' => $request->getHeader('cf-iplatitude'),
'latitude' => $request->getHeader('cf-iplatitude'),
]);
}

Expand Down

0 comments on commit d406651

Please sign in to comment.