cheesegrits / filament-google-maps

Google Maps package for Filament PHP
212 stars 60 forks source link

Update Map.php #109

Open A7pro-fuad opened 2 weeks ago

A7pro-fuad commented 2 weeks ago

in this function public function rectangleOptions(Closure|array $rectangleOptions): static { $this->recatangleOptions = $rectangleOptions; return $this; } there was a mistake in $this->recatangleOptions name the correct name is $this->rectangleOptions