diff --git a/config/location.php b/config/location.php index 20d7570..a8302cf 100644 --- a/config/location.php +++ b/config/location.php @@ -11,7 +11,7 @@ | */ - 'driver' => Stevebauman\Location\Drivers\Cloudflare::class, + 'driver' => \App\ThirdParty\SteveBaumanLocation\MaxMindDriver::class, /* |--------------------------------------------------------------------------