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); }