Skip to content

Commit

Permalink
refactor(improvement): add return type
Browse files Browse the repository at this point in the history
  • Loading branch information
achmadhadikurnia committed Jul 7, 2024
1 parent 28b8b5d commit 5a93452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Credentials/Token.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static function getApimToken()
});
}

public static function forget()
public static function forget(): void
{
cache()->forget('apim-token');
cache()->forget('sso-token');
Expand Down

0 comments on commit 5a93452

Please sign in to comment.