Skip to content

Commit 2e58dbd

Browse files
committed
Update IP2ProxyLaravel.php
1 parent fa24615 commit 2e58dbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/IP2ProxyLaravel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public function get($ip, $mode = 'bin')
4545
'key' => \Config::get('site_vars.IP2LocationioAPIKey'),
4646
'ip' => $ip,
4747
'lang' => ((config()->has('site_vars.IP2LocationioLanguage')) ? \Config::get('site_vars.IP2LocationioLanguage') : ''),
48+
'source' => 'laravel-ipx',
4849
];
4950
// Remove parameters without values
5051
$params = array_filter($params);

0 commit comments

Comments
 (0)