feat : ali
This commit is contained in:
@@ -5,10 +5,10 @@ namespace App\Cache\Redis\Common;
|
||||
class CommonRedisKey
|
||||
{
|
||||
/**
|
||||
* @var $type
|
||||
* @return string
|
||||
*@var string $type
|
||||
*/
|
||||
public static function getSystemRegionList($type = 'all')
|
||||
public static function getSystemRegionList(string $type = 'all'): string
|
||||
{
|
||||
return '__system:address:list:'.$type;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user