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 2a35ac1 + 68e4f18 commit 12ba3d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/Commands/Update.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ class Update extends Command

/**
* Execute the console command.
*
* @return int
*/
public function handle(): int
{
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 12ba3d7

Please sign in to comment.