Skip to content

Commit

Permalink
Apply fixes from StyleCI (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-casiraghi committed Mar 15, 2020
1 parent 1556e29 commit d618faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/GeoMapController.php
Expand Up @@ -22,7 +22,7 @@ public function index(Request $request)

$userIp = $request->ip();
$userPosition = geoip($userIp);

$userLat = $userPosition['lat'];
$userLng = $userPosition['lon'];

Expand Down

0 comments on commit d618faa

Please sign in to comment.