Merge pull request #1083 from spencerdeinum/master

Input documentation fix.
This commit is contained in:
Dayle Rees
2012-08-09 13:23:33 -07:00

View File

@@ -145,4 +145,4 @@ Sometimes you may wish to merge or replace the current input. Here's how:
#### Replacing the entire input array with new data: #### Replacing the entire input array with new data:
Input::merge(array('doctor' => 'Bones', 'captain' => 'Kirk')); Input::replace(array('doctor' => 'Bones', 'captain' => 'Kirk'));