From 168e003760b081d477c4d59a811631945d2c1ecb Mon Sep 17 00:00:00 2001 From: Hafez Divandari Date: Wed, 2 Oct 2024 12:13:45 +0330 Subject: [PATCH] formatting --- src/Passport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Passport.php b/src/Passport.php index 9b9c4b62..746b357a 100644 --- a/src/Passport.php +++ b/src/Passport.php @@ -23,7 +23,7 @@ class Passport public static bool $validateKeyPermissions = false; /** - * Indicates if the previous refresh token should be revoked and a new refresh token should be issued when refreshing access tokens. + * Indicates if the refresh token being used should be revoked when refreshing an access token. */ public static bool $revokeRefreshTokens = true;