We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d46878 commit f8f25d8Copy full SHA for f8f25d8
helpers.md
@@ -604,7 +604,7 @@ This function also accepts wildcards and will set values on the target according
604
]
605
*/
606
607
-By default, any existing values are overwritten. If you wish to only set a value if it doesn't exist, you may pass `false` as the third argument:
+By default, any existing values are overwritten. If you wish to only set a value if it doesn't exist, you may pass `false` as the fourth argument:
608
609
$data = ['products' => ['desk' => ['price' => 100]]];
610
0 commit comments