Browse Source

Merge pull request #1083 from spencerdeinum/master

Input documentation fix.
Dayle Rees 12 years ago
parent
commit
b5e81cb33c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/documentation/input.md

+ 1 - 1
laravel/documentation/input.md

@@ -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:
 
-	Input::merge(array('doctor' => 'Bones', 'captain' => 'Kirk'));
+	Input::replace(array('doctor' => 'Bones', 'captain' => 'Kirk'));