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.
1 parent 38d3286 commit fbd48aeCopy full SHA for fbd48ae
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