We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dce0a8 commit dd34d15Copy full SHA for dd34d15
tests-e2e/site/app/Sharp/TestModels/TestModelForm.php
@@ -108,8 +108,8 @@ public function buildFormFields(FieldsContainer $formFields): void
108
->addField(
109
SharpFormGeolocationField::make('geolocation')
110
->setLabel('Geolocation')
111
- ->setApiKey(env('GMAPS_KEY'))
112
- ->setGoogleMapsMapId(env('GMAPS_MAP_ID'))
+// ->setApiKey(env('GMAPS_KEY'))
+// ->setGoogleMapsMapId(env('GMAPS_MAP_ID'))
113
->setMapsProvider('osm')
114
->setGeocodingProvider('osm')
115
// ->setMapsProvider('gmaps')
0 commit comments