We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent224c39d commitd69c1b0Copy full SHA for d69c1b0
README.md
@@ -47,12 +47,12 @@ If you are upgrading from a pre-1.x version of this package, please keep the
47
```
48
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:
+1. Replace the facades `Geocoder::` (and remove the corresponding `use` statements) with `app('geocoder')->`.
+2. Update the `use` statements to the following:
52
53
-```php
54
-use use Geocoder\Laravel\Facades\Geocoder;
55
- ```
+```php
+use use Geocoder\Laravel\Facades\Geocoder;
+```
56
57
6. Update your query statements to use `->get()` (to retrieve a collection of
58
GeoCoder objects) or `->all()` (to retrieve an array of arrays), then iterate