mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
improve tmp invite log
This commit is contained in:
@@ -64,6 +64,7 @@ class GenerateTemporaryInvite implements ShouldQueue
|
||||
return;
|
||||
}
|
||||
$idArr = explode(",", $idStr);
|
||||
do_log(sprintf("going to handle %d uid...", count($idArr)));
|
||||
foreach ($idArr as $uid) {
|
||||
try {
|
||||
$hashArr = $toolRep->generateUniqueInviteHash([], $this->count, $this->count);
|
||||
|
||||
Reference in New Issue
Block a user