Skip to content

Commit 8e23b57

Browse files
committed
fixed helpers
1 parent 5cfa033 commit 8e23b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ function geoip($key = null)
1212
return app('geoip');
1313
}
1414

15-
return $app('geoip')->get.ucwords(camel_case($key));
15+
return app('geoip')->get.ucwords(camel_case($key));
1616
}
1717
}

0 commit comments

Comments
 (0)