We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60916e6 commit 3be7de8Copy full SHA for 3be7de8
src/Drivers/TelizeDriver.php
@@ -22,8 +22,6 @@ public function get($ip)
22
return [];
23
}
24
25
- dd($data);
26
-
27
return [
28
'city' => array_get($data, 'city'),
29
'country' => array_get($data, 'country'),
0 commit comments