장수 일람 시간 문제 수정
This commit is contained in:
@@ -36,7 +36,7 @@ else{
|
||||
]);
|
||||
}
|
||||
|
||||
$availableNextCall = $now->add(new \DateInterval('PT1S'))->format('Y-m-d H:i:s');
|
||||
$availableNextCall = $now->add(new \DateInterval('PT10S'))->format('Y-m-d H:i:s');
|
||||
$session->availableNextCallGetGeneralList = $availableNextCall;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user