diff --git a/Annotation/Inject.php b/Annotation/Inject.php index c2844781..aa54160d 100644 --- a/Annotation/Inject.php +++ b/Annotation/Inject.php @@ -38,6 +38,7 @@ use Snowflake\Snowflake; public function execute(array $handler): mixed { $injectValue = $this->parseInjectValue(); + var_dump($injectValue); if (!($handler[1] instanceof ReflectionProperty)) { $handler[1] = new ReflectionProperty($handler[0], $handler[1]); }