Skip to content

Commit

Permalink
Merge branch 'v7.0' of https://github.com/stevebauman/location into v7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Jun 19, 2023
2 parents 998bbf2 + 5fbd9cc commit b8f922a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/Drivers/MaxMind.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Stevebauman\Location\Drivers;

use Exception;
use FilesystemIterator;
use GeoIp2\Database\Reader;
use GeoIp2\Model\City;
use GeoIp2\Model\Country;
Expand Down
6 changes: 3 additions & 3 deletions src/Facades/Location.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit b8f922a

Please sign in to comment.