This commit is contained in:
2020-12-16 15:37:23 +08:00
parent f12994dd55
commit 18743e0003
7 changed files with 23 additions and 36 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ use Snowflake\Snowflake;
$this->limits = [$this->limits];
}
foreach ($this->limits as $key => $item) {
$this->limits[$key] = Snowflake::createObject($item);
$this->limits[$key] = [Snowflake::createObject($item), 'next'];
}
}