Bläddra i källkod

Update ConnectionInterface.php

walkor 3 år sedan
förälder
incheckning
ca1fcff511
1 ändrade filer med 1 tillägg och 0 borttagningar
  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
 {
     /**