新增分类排序

This commit is contained in:
augushong
2020-10-28 18:32:29 +08:00
parent 954c45b9eb
commit ca776744cb
6 changed files with 23 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ return [
// 存储连接标识 当type使用cache的时候有效
'store' => null,
// 过期时间
'expire' => 1440,
'expire' => 36000,
// 前缀
'prefix' => '',
];