Skip to content

Commit 43dd705

Browse files
committed
not going to deprecate actor proxy
After thinking about it and trying to understand usages, I don't think this should be deprecated at this time.
1 parent 78030d7 commit 43dd705

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/Actors/ActorProxy.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
*
2020
* @codeCoverageIgnore
2121
* @package Dapr
22-
* @deprecated Please use ActorReference instead
2322
*/
24-
#[Deprecated('Please use ActorReference instead')]
2523
class ActorProxy
2624
{
2725
public function __construct(protected ProxyFactory $proxyFactory, protected LoggerInterface $logger)

0 commit comments

Comments
 (0)