Skip to content

Commit

Permalink
Merge pull request #35 from tingfeng-key/patch-1
Browse files Browse the repository at this point in the history
Update Latlong.php
  • Loading branch information
z-song authored Sep 17, 2020
2 parents 7c6719f + 06d0739 commit 8ee1ddf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Latlong.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ public function render()
'provider' => Extension::config('default'),
];

return parent::fieldRender($variables);
$this->addVariables($variables);

return parent::fieldRender();
}
}

0 comments on commit 8ee1ddf

Please sign in to comment.