File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ If you are upgrading from a pre-1.x version of this package, please keep the
51
51
2 . Update the `use` statements to the following:
52
52
53
53
```php
54
- use use Geocoder\Laravel\Facades\Geocoder;
54
+ use Geocoder\Laravel\Facades\Geocoder;
55
55
```
56
56
57
57
6 . Update your query statements to use `->get()` (to retrieve a collection of
@@ -109,7 +109,7 @@ return [
109
109
If you would like to make changes to the default configuration, publish and
110
110
edit the configuration file:
111
111
``` sh
112
- php artisan vendor:publish --provider=" Geocoder\Laravel\GeocoderServiceProvider " --tag=" config"
112
+ php artisan vendor:publish --provider=" Geocoder\Laravel\Providers\GeocoderService " --tag=" config"
113
113
```
114
114
115
115
## Usage
You can’t perform that action at this time.
0 commit comments