hide beta feature option

This commit is contained in:
reasno 2019-09-01 23:27:01 +08:00
parent eadac4a690
commit 2e0e6e9691

View File

@ -44,8 +44,6 @@ return [
'redis' => false,
// 打开或关闭对 DB 调用的追踪
'db' => false,
// 打开或关闭对方法调用的追踪
'method' => false,
],
];
```