Skip to content

Commit

Permalink
Merge pull request #190 from vtsykun/update-snc-redis
Browse files Browse the repository at this point in the history
Update snc redis bundle and remove proxy-manager-bridge fixes
  • Loading branch information
vtsykun authored Nov 2, 2023
2 parents 23befeb + 8d78fcf commit 407ba1b
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 46 deletions.
84 changes: 42 additions & 42 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions src/DependencyInjection/CompilerPass/PacketonPass.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ public function process(ContainerBuilder $container): void
{
$this->registerUpdaters($container);
$this->registerWorkers($container);

if ($container->hasDefinition('snc_redis.default')) {
$container->getDefinition('snc_redis.default')->setLazy(true);
}
}

private function registerUpdaters(ContainerBuilder $container): void
Expand Down

0 comments on commit 407ba1b

Please sign in to comment.