Matthew Kilgore 05aa62f70c feat: STUBS!
2021-12-01 17:36:36 -05:00

10 lines
102 B
Plaintext

<?php
namespace Illuminate\Redis\Connections;
/**
* @mixin \Redis
*/
abstract class Connection
{}