diff --git a/src/GeoIp2/Database/Reader.php b/src/GeoIp2/Database/Reader.php index 799d9a0..5ff82b3 100644 --- a/src/GeoIp2/Database/Reader.php +++ b/src/GeoIp2/Database/Reader.php @@ -140,6 +140,9 @@ class Reader return new $class($record, $this->languages); } + /** + * Closes the GeoIP2 database and returns the resources to the system. + */ public function close() { $this->dbReader->close();