PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Redis
<?php namespace RectorPrefix202411\Illuminate\Contracts\Redis; interface Factory { /** * Get a Redis connection by name. * * @param string|null $name * @return \Illuminate\Redis\Connections\Connection */ public function connection($name = null); }
[+]
..
[-] LimiterTimeoutException.php
[edit]
[-] Connector.php
[edit]
[-] Connection.php
[edit]
[-] Factory.php
[edit]