Skip to content

Commit

Permalink
Fixed passing error argument
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhhui committed Sep 5, 2019
1 parent 2cf7e43 commit 6ddbeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MetaGeneratorFactory.php
Expand Up @@ -24,9 +24,9 @@ public function __invoke(ContainerInterface $container)
$beginSecond = $config->get('snowflake.begin_second', MetaGeneratorInterface::DEFAULT_BEGIN_SECOND);

return make(RedisMilliSecondMetaGenerator::class, [
$config,
$container->get(ConfigurationInterface::class),
$beginSecond,
$config,
]);
}
}

0 comments on commit 6ddbeb7

Please sign in to comment.