File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ If you are upgrading from a pre-1.x version of this package, please keep the
47
47
```
48
48
49
49
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:
52
52
53
- ```php
54
- use use Geocoder\Laravel\Facades\Geocoder;
55
- ```
53
+ ```php
54
+ use use Geocoder\Laravel\Facades\Geocoder;
55
+ ```
56
56
57
57
6 . Update your query statements to use `->get()` (to retrieve a collection of
58
58
GeoCoder objects) or `->all()` (to retrieve an array of arrays), then iterate
You can’t perform that action at this time.
0 commit comments