v13.4.0
PR #59470 fixed static closure handling in extend() for AuthManager, BroadcastManager, CacheManager, FilesystemManager, and the base Manager class. The same fix was missed in RedisManager, LogManager, and MultipleInstanceManager which still use the old bindTo($this, $this) pattern that breaks with static closures.