Skip to content

Commit 315cefc

Browse files
authored
Merge pull request geocoder-php#71 from thijsvdanker/patch-1
Remove duplicate use
2 parents d69c1b0 + 3ba5ee4 commit 315cefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If you are upgrading from a pre-1.x version of this package, please keep the
5151
2. Update the `use` statements to the following:
5252

5353
```php
54-
use use Geocoder\Laravel\Facades\Geocoder;
54+
use Geocoder\Laravel\Facades\Geocoder;
5555
```
5656

5757
6. Update your query statements to use `->get()` (to retrieve a collection of

0 commit comments

Comments
 (0)