From b55d8fedce53b493f79d682632263e23db600850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 11 Aug 2021 14:09:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Jwt/ASE.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Jwt/ASE.php b/System/Jwt/ASE.php index 1c2d5188..d5af8d0f 100644 --- a/System/Jwt/ASE.php +++ b/System/Jwt/ASE.php @@ -2,7 +2,7 @@ namespace Kiri\Jwt; -class ASE extends \SplEnum +class ASE { const AES_128_ECB = 'aes-128-ecb';