Skip to content

Commit 3ba5ee4

Browse files
authored
Remove duplicate use
1 parent d69c1b0 commit 3ba5ee4

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)