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.
2 parents 38d3286 + 19a131a commit c139527Copy full SHA for c139527
README.md
@@ -19,7 +19,7 @@ Say you've got a registration page for users where they need to accept your term
19
User registration controller:
20
21
```php
22
-$input = $request->input();
+$input = request()->input();
23
24
$user = User::create([
25
'has_accepted_terms_and_conditions' => $input['terms'],
0 commit comments