Skip to content

Commit

Permalink
fix(proxies): removed SF proxy factory because it is deleted in SF 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rastusik committed Feb 6, 2023
1 parent a42558b commit 22e2e9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Bridge/Symfony/Bundle/Resources/config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ services:
class: 'Symfony\Component\Filesystem\Filesystem'

swoole_bundle.service_proxy_factory:
class: 'Symfony\Bridge\ProxyManager\LazyProxy\Instantiator\LazyLoadingValueHolderFactory'
class: 'ProxyManager\Factory\LazyLoadingValueHolderFactory'
arguments:
$configuration: '@swoole_bundle.service_proxy_configuration'

Expand Down
2 changes: 1 addition & 1 deletion src/Bridge/Symfony/Container/Proxy/Instantiator.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

use Closure;
use K911\Swoole\Bridge\Symfony\Container\ServicePool\ServicePool;
use ProxyManager\Factory\LazyLoadingValueHolderFactory;
use ProxyManager\Proxy\LazyLoadingInterface;
use ProxyManager\Proxy\ValueHolderInterface;
use ProxyManager\Proxy\VirtualProxyInterface;
use Symfony\Bridge\ProxyManager\LazyProxy\Instantiator\LazyLoadingValueHolderFactory;

final class Instantiator
{
Expand Down

0 comments on commit 22e2e9c

Please sign in to comment.