Update Laravel socailite package
Update Laravel socailite package to fix facebook authentication.
This commit is contained in:
8
vendor/torann/geoip/config/geoip.php
vendored
8
vendor/torann/geoip/config/geoip.php
vendored
@@ -72,6 +72,14 @@ return [
|
||||
'continent_path' => storage_path('app/continents.json'),
|
||||
'lang' => 'en',
|
||||
],
|
||||
|
||||
'ipgeolocation' => [
|
||||
'class' => \Torann\GeoIP\Services\IPGeoLocation::class,
|
||||
'secure' => true,
|
||||
'key' => env('IPGEOLOCATION_KEY'),
|
||||
'continent_path' => storage_path('app/continents.json'),
|
||||
'lang' => 'en',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
|
Reference in New Issue
Block a user