mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-30 10:47:44 +08:00
Fixed passing error argument
This commit is contained in:
parent
902abd5c1b
commit
5278d319cf
@ -24,9 +24,9 @@ class MetaGeneratorFactory
|
||||
$beginSecond = $config->get('snowflake.begin_second', MetaGeneratorInterface::DEFAULT_BEGIN_SECOND);
|
||||
|
||||
return make(RedisMilliSecondMetaGenerator::class, [
|
||||
$config,
|
||||
$container->get(ConfigurationInterface::class),
|
||||
$beginSecond,
|
||||
$config,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user