From 511382f6c158eb40de98a43e3e178e37feb37127 Mon Sep 17 00:00:00 2001 From: Charles T Date: Tue, 1 Aug 2023 21:57:36 +0800 Subject: [PATCH] Update (driver) --- config/location.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, /* |--------------------------------------------------------------------------