From edec297422b22f56815090165bdf5b9192391ab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 16 Apr 2021 15:07:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Annotation/LocalService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Annotation/LocalService.php b/Annotation/LocalService.php index 8bacb11e..823501d3 100644 --- a/Annotation/LocalService.php +++ b/Annotation/LocalService.php @@ -39,6 +39,7 @@ use Snowflake\Snowflake; $class = array_merge($class, $this->args); } + var_dump($this->service, $class); Snowflake::set($this->service, $class); if ($this->async_reload === true) { $event = Snowflake::app()->getEvent();