mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -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'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user