Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 26, 2023
1 parent b27e95e commit c363345
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 c363345

Please sign in to comment.