Skip to content

Commit 32e6550

Browse files
author
Robin Weller
committed
updated parameter order to match order in the constructor
1 parent 0f8b952 commit 32e6550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ and ``dehydrateWith`` options on ``LiveProp``::
728728

729729
class ComponentWithAddressDto
730730
{
731-
#[LiveProp(dehydrateWith: 'dehydrateAddress', hydrateWith: 'hydrateAddress')]
731+
#[LiveProp(hydrateWith: 'hydrateAddress', dehydrateWith: 'dehydrateAddress')]
732732
public AddressDto $addressDto;
733733

734734
public function dehydrateAddress(AddressDto $address)

0 commit comments

Comments
 (0)