Skip to content

Commit eed690a

Browse files
committed
........ starting to not enjoy this ride
1 parent 5c68382 commit eed690a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/tests/Integration/LiveComponentHydratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ public function onEntireEntityUpdated($oldValue)
755755
* @var ProductFixtureEntity[] $products
756756
*/
757757
#[LiveProp()]
758-
public array $products = [];
758+
public $products = [];
759759
})
760760
->mountWith(['products' => [$prod1, $prod2, $prod3]])
761761
->assertDehydratesTo([

0 commit comments

Comments
 (0)