From 6a17a5329040ef74b62bdb7e3127dfab12bc86a2 Mon Sep 17 00:00:00 2001 From: flashwave Date: Sun, 25 Aug 2024 22:24:03 +0000 Subject: [PATCH] Fixed typo. --- src/OAuth2/OAuth2RpcActions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OAuth2/OAuth2RpcActions.php b/src/OAuth2/OAuth2RpcActions.php index 78e6115..394e3e0 100644 --- a/src/OAuth2/OAuth2RpcActions.php +++ b/src/OAuth2/OAuth2RpcActions.php @@ -62,7 +62,7 @@ final class OAuth2RpcActions extends RpcActionHandler { } if($tokenInfo->hasExpired()) - return ['method' => 'bearer', 'error' => 'expires']; + return ['method' => 'bearer', 'error' => 'expired']; return [ 'method' => 'bearer',