D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
test
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Support
/
Facades
/
Filename :
Redis.php
back
Copy
<?php namespace Illuminate\Support\Facades; /** * @see \Illuminate\Redis\RedisManager * @see \Illuminate\Contracts\Redis\Factory */ class Redis extends Facade { /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { return 'redis'; } }