Fix example for cloneRowAndSetValues
Added a fix for missing parameter to the cloneRowAndSetValues function call in its example.
This commit is contained in:
parent
072c3bfdb3
commit
1587c59f40
|
|
@ -190,7 +190,7 @@ Finds a row in a table row identified by `$search` param and clones it as many t
|
|||
['userId' => 1, 'userName' => 'Batman', 'userAddress' => 'Gotham City'],
|
||||
['userId' => 2, 'userName' => 'Superman', 'userAddress' => 'Metropolis'],
|
||||
];
|
||||
$templateProcessor->cloneRowAndSetValues('userId', );
|
||||
$templateProcessor->cloneRowAndSetValues('userId', $values);
|
||||
|
||||
Will result in
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue