From 0700271deeb1b4bb9e92478077b9b887757fd62e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 16 Apr 2021 15:13:57 +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 823501d3..37336eef 100644 --- a/Annotation/LocalService.php +++ b/Annotation/LocalService.php @@ -24,6 +24,7 @@ use Snowflake\Snowflake; */ public function __construct(public string $service, public array $args = [], public bool $async_reload = true) { + var_dump($this->service); }