Skip to content

Commit

Permalink
Merge pull request laravel#1483 from fludio/patch-1
Browse files Browse the repository at this point in the history
Add missing class
  • Loading branch information
taylorotwell committed May 30, 2015
2 parents b1ea7a9 + 0ba77f1 commit c03b748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ The `reverse` method reverses the order of the collection's items:
// [5, 4, 3, 2, 1]

<a name="method-search"></a>
#### `search()`
#### `search()` {#collection-method}

The `search` method searches the collection for the given value and returns its key if found. If the item is not found, `false` is returned.

Expand Down

0 comments on commit c03b748

Please sign in to comment.