Forráskód Böngészése

Update TcpConnection.php

mouyong 3 éve
szülő
commit
17a16587c5
1 módosított fájl, 2 hozzáadás és 0 törlés
  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.
      *