From c67fc70550c4930e9c5a91102613793cfd8eaa64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 12 Jan 2022 11:42:30 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=94=B9=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fdf58326 --- Broadcast/Message.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Broadcast/Message.php b/Broadcast/Message.php index 01436f4..7886120 100644 --- a/Broadcast/Message.php +++ b/Broadcast/Message.php @@ -25,7 +25,7 @@ class Message implements OnPipeMessageInterface { $logger = Kiri::getDi()->get(LoggerInterface::class); $logger->debug('workerId::' . env('environmental_workerId')); - $logger->debug($this->data->data . '::' . static::class); + $logger->debug($this->data . '::' . static::class); } }