소스 검색

Update ConnectionInterface.php

walkor 3 년 전
부모
커밋
ca1fcff511
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/Connection/ConnectionInterface.php

+ 1 - 0
src/Connection/ConnectionInterface.php

@@ -17,6 +17,7 @@ namespace Workerman\Connection;
 /**
  * ConnectionInterface.
  */
+#[\AllowDynamicProperties]
 abstract class ConnectionInterface
 {
     /**