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';