File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,8 @@ return [
182
182
|
183
183
| You can specify a reader for specific providers, like GeoIp2, which
184
184
| connect to a local file-database. The reader should be set to an
185
- | instance of the required reader class.
185
+ | instance of the required reader class or an array containing the reader
186
+ | class and arguments.
186
187
|
187
188
| Please consult the official Geocoder documentation for more info.
188
189
| https://github.com/geocoder-php/geoip2-provider
Original file line number Diff line number Diff line change 88
88
|
89
89
| You can specify a reader for specific providers, like GeoIp2, which
90
90
| connect to a local file-database. The reader should be set to an
91
- | instance of the required reader class.
91
+ | instance of the required reader class or an array containing the reader
92
+ | class and arguments.
92
93
|
93
94
| Please consult the official Geocoder documentation for more info.
94
95
| https://github.com/geocoder-php/geoip2-provider
You can’t perform that action at this time.
0 commit comments