Skip to content

Commit

Permalink
将一些 Bean 类 recursion 设为 false
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Oct 22, 2021
1 parent ceb0bfa commit 9ab09ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grpc/Middleware/ActionMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
use Psr\Http\Server\RequestHandlerInterface;

/**
* @Bean("GrpcActionMiddleware")
* @Bean(name="GrpcActionMiddleware", recursion=false)
*/
class ActionMiddleware implements MiddlewareInterface
{
Expand Down

0 comments on commit 9ab09ae

Please sign in to comment.