File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ return [
5050];
5151```
5252
53- > 注意: 請求追蹤功能已通過 RequestHandledListener 自動啟用 。TelescopeMiddleware 僅用於 gRPC 的額外功能。
53+ > 注意: 請求跟蹤功能已通過 RequestHandledListener 自動啓用 。TelescopeMiddleware 僅用於 gRPC 的額外功能。
5454
5555## 查看儀表板
5656
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ return [
5050];
5151```
5252
53- > 注意: 請求追蹤功能已透過 RequestHandledListener 自動啟用。TelescopeMiddleware 僅用於 gRPC 的額外功能。
53+ > 注意: 請求跟蹤功能已透過 RequestHandledListener 自動啟用。TelescopeMiddleware 僅用於 gRPC 的額外功能。
5454
5555## 檢視儀表板
5656
Original file line number Diff line number Diff line change 2222 "require" : {
2323 "hyperf/config" : " ~3.2.0" ,
2424 "hyperf/context" : " ~3.2.0" ,
25+ "hyperf/macroable" : " ~3.2.0" ,
2526 "hyperf/stringable" : " ~3.2.0" ,
2627 "hyperf/support" : " ~3.2.0" ,
2728 "nesbot/carbon" : " ^2.0 || ^3.0"
Original file line number Diff line number Diff line change 1212namespace FriendsOfHyperf \Lock \Driver ;
1313
1414use FriendsOfHyperf \Lock \Exception \LockTimeoutException ;
15+ use Hyperf \Macroable \Macroable ;
1516use Hyperf \Stringable \Str ;
1617use Hyperf \Support \Traits \InteractsWithTime ;
1718use Override ;
2122abstract class AbstractLock implements LockInterface
2223{
2324 use InteractsWithTime;
25+ use Macroable;
2426
2527 /**
2628 * The scope identifier of this lock.
You can’t perform that action at this time.
0 commit comments