Skip to content

Commit 9a481c4

Browse files
committed
test a thing
1 parent 8623c61 commit 9a481c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TwigComponent/src/ComponentFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function mountFromObject(object $component, array $data, ComponentMetadat
9292

9393
$this->mount($component, $data, $componentMetadata);
9494

95-
if (!$componentMetadata->isAnonymous()) {
95+
if (true || !$componentMetadata->isAnonymous()) {
9696
// set data that wasn't set in mount on the component directly
9797
foreach ($data as $property => $value) {
9898
if ($this->propertyAccessor->isWritable($component, $property)) {

0 commit comments

Comments
 (0)