mirror of
https://github.com/flarum/framework.git
synced 2025-05-01 00:54:04 +08:00
10 lines
102 B
Plaintext
10 lines
102 B
Plaintext
<?php
|
|
|
|
namespace Illuminate\Redis\Connections;
|
|
|
|
/**
|
|
* @mixin \Redis
|
|
*/
|
|
abstract class Connection
|
|
{}
|