Skip to content

Commit a737046

Browse files
committed
Missing
1 parent 2e87bff commit a737046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Torann/GeoIP/GeoIP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function saveLocation()
113113
* @param string $ip Optional
114114
* @return array
115115
*/
116-
function getLocation($ip = null)
116+
public function getLocation($ip = null)
117117
{
118118
// Get location data
119119
$this->location = $this->find($ip);

0 commit comments

Comments
 (0)