diff --git a/src/Torann/GeoIP/GeoIP.php b/src/Torann/GeoIP/GeoIP.php index 80692a6..693a8f0 100644 --- a/src/Torann/GeoIP/GeoIP.php +++ b/src/Torann/GeoIP/GeoIP.php @@ -105,7 +105,7 @@ public function __construct(Repository $config, SessionStore $session) */ function saveLocation() { - $this->session->set('geoip-location', $this->location); + $this->session->put('geoip-location', $this->location); } /**