Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ricklambrechts committed Mar 9, 2022
2 parents 0fc0ced + c73aa41 commit 5a63050
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-viper` will be documented in this file.

## 1.0.4 - 2022-03-09

- Added force option to viper refresh command

## 1.0.3 - 2022-03-09

- refresh command now always refreshes token and shows result
Expand Down
2 changes: 2 additions & 0 deletions src/Commands/ViperRefresh.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,12 @@ public function handle()
} else {
$this->error("Could not refresh Viper365 token, please login!");
}

return 0;
}

$this->service->checkToken();

return 0;
}
}

0 comments on commit 5a63050

Please sign in to comment.