<?php

namespace Illuminate\Redis\Connections;

/**
 * @mixin \Redis
 */
abstract class Connection
{}
