diff --git a/src/Drivers/MaxMind.php b/src/Drivers/MaxMind.php index d16cbdb..9d10253 100644 --- a/src/Drivers/MaxMind.php +++ b/src/Drivers/MaxMind.php @@ -3,7 +3,6 @@ namespace Stevebauman\Location\Drivers; use Exception; -use FilesystemIterator; use GeoIp2\Database\Reader; use GeoIp2\Model\City; use GeoIp2\Model\Country; diff --git a/src/Facades/Location.php b/src/Facades/Location.php index d7255fe..0922b10 100644 --- a/src/Facades/Location.php +++ b/src/Facades/Location.php @@ -7,9 +7,9 @@ /** * @method static \Stevebauman\Location\Drivers\Driver[] drivers() - * @method static \Stevebauman\Location\Position|bool get(string $ip = null) - * @method static void resolveRequestUsing(callable $callback) - * @method static void setDriver(\Stevebauman\Location\Drivers\Driver $driver) + * @method static \Stevebauman\Location\Position|bool get(string $ip = null) + * @method static void resolveRequestUsing(callable $callback) + * @method static void setDriver(\Stevebauman\Location\Drivers\Driver $driver) */ class Location extends Facade {