util 클래스 명을 PSR1에 맞게 Util로 재 명명
This commit is contained in:
@@ -10,7 +10,7 @@ session_write_close(); // 이제 세션 안 쓴다
|
||||
|
||||
$jsonPost = parseJsonPost();
|
||||
|
||||
$reqSequence = toInt(util::array_get($jsonPost['sequence'], 0));
|
||||
$reqSequence = toInt(Util::array_get($jsonPost['sequence'], 0));
|
||||
|
||||
|
||||
$nationID = getDB()->queryFirstField(
|
||||
|
||||
Reference in New Issue
Block a user