Skip to content

Commit 26d22c2

Browse files
authored
Fixed config publish command
1 parent 315cefc commit 26d22c2

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
@@ -109,7 +109,7 @@ return [
109109
If you would like to make changes to the default configuration, publish and
110110
edit the configuration file:
111111
```sh
112-
php artisan vendor:publish --provider="Geocoder\Laravel\GeocoderServiceProvider" --tag="config"
112+
php artisan vendor:publish --provider="Geocoder\Laravel\Providers\GeocoderService" --tag="config"
113113
```
114114

115115
## Usage

0 commit comments

Comments
 (0)