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
4747 ```
4848
49495 . 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
57576 . 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
You can’t perform that action at this time.
0 commit comments