Skip to content

Commit

Permalink
修改RPC客户端 packer获取有误 (swoft-cloud/swoft-component#113 (review))
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo authored and huangzhhui committed Jul 1, 2018
1 parent b270b06 commit 0920baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bean/Collector/ReferenceCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static function collect(string $className, $objectAnnotation = null, stri
$pool = $objectAnnotation->getPool();
$version = $objectAnnotation->getVersion();
$breaker = $objectAnnotation->getBreaker();
$packer = $objectAnnotation->getBreaker();
$packer = $objectAnnotation->getPacker();
$fallback = $objectAnnotation->getFallback();

$className = sprintf("%s.%s.%s.%s.%s.%s", $name, $propertyClass, $version, $pool, $breaker, $packer);
Expand Down

0 comments on commit 0920baa

Please sign in to comment.