This commit is contained in:
2021-03-29 16:02:56 +08:00
parent b0a2271547
commit 7dd415bff6
+1
View File
@@ -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]);
}