mirror of
https://github.com/flarum/core.git
synced 2025-06-08 15:44:57 +02:00
10 lines
102 B
Plaintext
10 lines
102 B
Plaintext
<?php
|
|
|
|
namespace Illuminate\Redis\Connections;
|
|
|
|
/**
|
|
* @mixin \Redis
|
|
*/
|
|
abstract class Connection
|
|
{}
|