소스 검색

Update TcpConnection.php

mouyong 3 년 전
부모
커밋
17a16587c5
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/Connection/TcpConnection.php

+ 2 - 0
src/Connection/TcpConnection.php

@@ -21,6 +21,8 @@ use Workerman\Worker;
  */
 class TcpConnection extends ConnectionInterface implements \JsonSerializable, \Serializable
 {
+    use Traits\SerializeTrait;
+
     /**
      * Read buffer size.
      *