From 5eb02cf161ec1e5b7c0e4a8556d0541654c2b6da Mon Sep 17 00:00:00 2001 From: walkor Date: Thu, 17 Nov 2022 11:32:28 +0800 Subject: [PATCH] AllowDynamicProperties https://github.com/walkor/workerman/issues/824 --- Connection/ConnectionInterface.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Connection/ConnectionInterface.php b/Connection/ConnectionInterface.php index 05954e2cc..7456bae71 100644 --- a/Connection/ConnectionInterface.php +++ b/Connection/ConnectionInterface.php @@ -16,6 +16,7 @@ /** * ConnectionInterface. */ +#[\AllowDynamicProperties] abstract class ConnectionInterface { /**