We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815c90f commit c9872b5Copy full SHA for c9872b5
README.md
@@ -47,7 +47,7 @@ If you are upgrading from a pre-1.x version of this package, please keep the
47
```php
48
use use Geocoder\Laravel\Facades\Geocoder;
49
```
50
- Alternatively you can replace the facades `Geocoder::` (and remove the corresponding `use`
+ Alternatively you can replace the facades `Geocoder::` (and remove the corresponding `use`
51
statements) with `app('geocoder')->`.
52
5. Update your query statements to use `->get()` (to retrieve a collection of
53
GeoCoder objects) or `->all()` (to retrieve an array of arrays), then iterate
0 commit comments