This commit is contained in:
crazywhalecc 2023-01-04 20:44:13 +08:00
parent 5b98480950
commit 61ddf9515c
No known key found for this signature in database
GPG Key ID: 4B0FFA175E762022

View File

@ -221,7 +221,6 @@ function sql_builder(string $name = ''): DBQueryBuilder
* 获取 Redis 操作类
*
* @param string $name 使用的 Redis 连接名称
* @return RedisWrapper
*/
function redis(string $name = 'default'): RedisWrapper
{