Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd69c1b0

Browse files
authored
Update README.md
1 parent224c39d commitd69c1b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎README.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ If you are upgrading from a pre-1.x version of this package, please keep the
4747
```
4848

4949
5. If you are using the facade in your code, you have two options:
50-
1. Replace the facades `Geocoder::` (and remove the corresponding `use` statements) with `app('geocoder')->`.
51-
2. Update the `use` statements to the following:
50+
1. Replace the facades `Geocoder::` (and remove the corresponding `use` statements) with `app('geocoder')->`.
51+
2. Update the `use` statements to the following:
5252

53-
```php
54-
use use Geocoder\Laravel\Facades\Geocoder;
55-
```
53+
```php
54+
use use Geocoder\Laravel\Facades\Geocoder;
55+
```
5656

5757
6. Update your query statements to use `->get()` (to retrieve a collection of
5858
GeoCoder objects) or `->all()` (to retrieve an array of arrays), then iterate

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp