We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3449a8b commit 2ad87b6Copy full SHA for 2ad87b6
Resources/doc/index.md
@@ -146,7 +146,7 @@ public function indexAction(Request $request)
146
->geocodeQuery(GeocodeQuery::create($request->server->get('REMOTE_ADDR')));
147
148
// Find the 5 nearest objects (15km) from the current user.
149
- $coords = $result->first()->getCoordinates();;
+ $coords = $result->first()->getCoordinates();
150
$objects = ObjectQuery::create()
151
->filterByDistanceFrom($coords->getLatitude(), $coords->getLongitude(), 15)
152
->limit(5)
0 commit comments