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.
2 parents d69c1b0 + 3ba5ee4 commit 315cefcCopy full SHA for 315cefc
README.md
@@ -51,7 +51,7 @@ If you are upgrading from a pre-1.x version of this package, please keep the
51
2. Update the `use` statements to the following:
52
53
```php
54
- use use Geocoder\Laravel\Facades\Geocoder;
+ use Geocoder\Laravel\Facades\Geocoder;
55
```
56
57
6. Update your query statements to use `->get()` (to retrieve a collection of
0 commit comments