Skip to content

Commit

Permalink
fix class name
Browse files Browse the repository at this point in the history
  • Loading branch information
zarubaj committed Dec 3, 2015
1 parent f4debd7 commit 25ae924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ protected function createComponentGoogleMap()

foreach ($markersFromDb as $marker)
{
$addedMarker = $markers->addMarker(array($marker->lat, $marker->lng), Marker::DROP)
$addedMarker = $markers->addMarker(array($marker->lat, $marker->lng), Markers::DROP)
->setMessage(
'<h1>'.$marker->title.'</h1><br />'.$marker->description
)->setIcon($marker->icon)->getMarker();
Expand Down

0 comments on commit 25ae924

Please sign in to comment.