Skip to content

Commit 37135a2

Browse files
author
Robin Weller
committed
updated parameter order to match order in the constructor
1 parent 225ae6a commit 37135a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)