Skip to content

Commit d8d4c44

Browse files
authored
Merge pull request #33 from ronnievisser/patch-1
Update HasFormParams.php
2 parents a5e35e5 + 5b8d81d commit d8d4c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/Features/HasFormParams.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
trait HasFormParams
66
{
7-
public function bootHasBodyFeature()
7+
public function bootHasFormParamsFeature()
88
{
99
$this->addConfig('form_params', $this->getData());
1010
}

0 commit comments

Comments
 (0)