Tokumeikoi 5 년 전
부모
커밋
26252aee02
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Utils/CacheKey.php

+ 1 - 1
app/Utils/CacheKey.php

@@ -9,7 +9,7 @@ class CacheKey
         'LAST_SEND_EMAIL_VERIFY_TIMESTAMP' => '最后一次发送邮箱验证码时间'
     ];
 
-    public static function get(string $key, $uniqueValue):string
+    public static function get(string $key, $uniqueValue)
     {
         if (!in_array($key, array_keys(self::KEYS))) {
             abort(500, 'key is not in cache key list');