Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
masterix21 authored Dec 2, 2024
1 parent 8d7a5eb commit ff6a387
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,7 @@ $user->billingAddress()->create([
'state' => 'CZ',
'country' => 'Italy',
'country_code' => 'IT',
'position' => [
'longitude' => 36.01010,
'latitude' => 16.0129
]
'position' => new Point(16.0129, 36.01010)
]);
```

Expand Down

0 comments on commit ff6a387

Please sign in to comment.