Skip to content

Commit

Permalink
Update map address to fixed location in Amsterdam
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis committed Jun 28, 2024
1 parent 166342d commit d967cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ use CodeWithDennis\SimpleMap\Components\Infolists\SimpleMap;

SimpleMap::make('map')
->zoom(10)
->address(fn($record) => $record->quoteRequest->address)
->address('Netherlands, Amsterdam')
```

## Contributing
Expand Down

0 comments on commit d967cf7

Please sign in to comment.