Skip to content

Commit b0a976c

Browse files
cheesegritsgithub-actions[bot]
authored andcommitted
chore: fix code style
1 parent 87a1dd2 commit b0a976c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/Fields/Map.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,19 @@ class Map extends Field
7171
* Main field config variables
7272
*/
7373
private array $mapConfig = [
74-
'autocomplete' => false,
75-
'autocompleteReverse' => false,
76-
'geolocate' => false,
77-
'geolocateLabel' => '',
78-
'draggable' => true,
79-
'clickable' => false,
80-
'defaultLocation' => [
74+
'autocomplete' => false,
75+
'autocompleteReverse' => false,
76+
'geolocate' => false,
77+
'geolocateLabel' => '',
78+
'draggable' => true,
79+
'clickable' => false,
80+
'defaultLocation' => [
8181
'lat' => 15.3419776,
8282
'lng' => 44.2171392,
8383
],
84-
'controls' => [],
85-
'drawingControl' => false,
86-
'drawingModes' => [
84+
'controls' => [],
85+
'drawingControl' => false,
86+
'drawingModes' => [
8787
'marker' => true,
8888
'circle' => true,
8989
'rectangle' => true,
@@ -670,7 +670,7 @@ public function mapsHasJs(): bool
670670

671671
public function mapsJsUrl(): string
672672
{
673-
$manifest = json_decode(file_get_contents(__DIR__ . '/../../dist/mix-manifest.json'), true);
673+
$manifest = json_decode(file_get_contents(__DIR__.'/../../dist/mix-manifest.json'), true);
674674

675675
return url($manifest['/cheesegrits/filament-google-maps/filament-google-maps.js']);
676676
}
@@ -682,7 +682,7 @@ public function mapsHasCss(): bool
682682

683683
public function mapsCssUrl(): string
684684
{
685-
$manifest = json_decode(file_get_contents(__DIR__ . '/../../dist/mix-manifest.json'), true);
685+
$manifest = json_decode(file_get_contents(__DIR__.'/../../dist/mix-manifest.json'), true);
686686

687687
return url($manifest['/cheesegrits/filament-google-maps/filament-google-maps.css']);
688688
}

0 commit comments

Comments
 (0)