Skip to content

Commit c139527

Browse files
Merge tag '1.0.4' into develop
2 parents 38d3286 + 19a131a commit c139527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Say you've got a registration page for users where they need to accept your term
1919
User registration controller:
2020

2121
```php
22-
$input = $request->input();
22+
$input = request()->input();
2323

2424
$user = User::create([
2525
'has_accepted_terms_and_conditions' => $input['terms'],

0 commit comments

Comments
 (0)