Skip to content

Commit

Permalink
Merge pull request #828 from jitendra-webkul/master
Browse files Browse the repository at this point in the history
Issues #823, #822 fixed
  • Loading branch information
jitendra-webkul authored Dec 31, 2021
2 parents 4ef8851 + 221d905 commit 6b6b9e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function model()
*/
public function create(array $data)
{
$webForm = $this->model->create(array_mere($data, [
$webForm = $this->model->create(array_merge($data, [
'form_id' => Str::random(50),
]));

Expand Down

0 comments on commit 6b6b9e7

Please # to comment.