util 클래스 명을 PSR1에 맞게 Util로 재 명명
This commit is contained in:
@@ -28,7 +28,7 @@ function relayJson($filepath, $noCache = true, $die = true){
|
||||
|
||||
$jsonPost = parseJsonPost();
|
||||
|
||||
$reqSequence = toInt(util::array_get($jsonPost['sequence'], 0), true);
|
||||
$reqSequence = toInt(Util::array_get($jsonPost['sequence'], 0), true);
|
||||
|
||||
if($reqSequence === null){
|
||||
$reqSequence = 0;
|
||||
|
||||
Reference in New Issue
Block a user