PATH:
home
/
lab2454c
/
netxzero.com
/
carbon-credit
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Contracts
/
Redis
<?php namespace 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]