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 ebec6ba commit e5dc108Copy full SHA for e5dc108
laravel/documentation/input.md
@@ -145,4 +145,4 @@ Sometimes you may wish to merge or replace the current input. Here's how:
145
146
#### Replacing the entire input array with new data:
147
148
- Input::merge(array('doctor' => 'Bones', 'captain' => 'Kirk'));
+ Input::replace(array('doctor' => 'Bones', 'captain' => 'Kirk'));
0 commit comments