Skip to content

Commit 8fef891

Browse files
committed
[LiveComponent] remove dd()
1 parent 2c06f31 commit 8fef891

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/LiveComponent/src/LiveComponentHydrator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,6 @@ private function dehydrateValue(mixed $value, LivePropMetadata|LegacyLivePropMet
623623
return $this->dehydrateObjectValue($value, $t->getClassName(), $propMetadata->getFormat(), $parentObject);
624624
}
625625
}
626-
dd($propMetadata);
627626

628627
throw new \LogicException(\sprintf('The "%s" property on component "%s" is missing its property-type. Add the "%s" type so the object can be hydrated later.', $propMetadata->getName(), $parentObject::class, $value::class));
629628
}

0 commit comments

Comments
 (0)