JSON -> Json
- 대체 왜 어떤 파일에는 에러가 나지 않았는가
This commit is contained in:
@@ -172,7 +172,7 @@ class SendMessage extends \sammo\BaseAPI
|
||||
return '장수가 없습니다.';
|
||||
}
|
||||
|
||||
$penalty = JSON::decode($me['penalty'] ?? '{}');
|
||||
$penalty = Json::decode($me['penalty'] ?? '{}');
|
||||
|
||||
$limitState = checkLimit($me['refresh_score']);
|
||||
if ($limitState >= 2) {
|
||||
|
||||
Reference in New Issue
Block a user