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