container->bound(ChannelManager::Class) ? $this->container->make(ChannelManager::class) : null; return $channelManager && method_exists($channelManager, 'getRedisClient') ? $channelManager->getRedisClient() : parent::getConnection(); } }