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 2c65626 commit 850092f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cron/Scheduler.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
use Yurun\Swoole\CoPool\Interfaces\ITaskParam;

/**
* @Bean("CronScheduler")
* @Bean(name="CronScheduler", recursion=false)
*
* 定时任务调度器
*/
Expand Down

0 comments on commit 850092f

Please sign in to comment.