Skip to content

Commit

Permalink
Merge pull request laravel#255 from carusogabriel/param
Browse files Browse the repository at this point in the history
Remove non existent params
  • Loading branch information
taylorotwell authored Jan 14, 2018
2 parents 0d97152 + 1307465 commit ef8c580
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ public function where($field, $value)
/**
* Include soft deleted records in the results.
*
* @param string $field
* @param mixed $value
* @return $this
*/
public function withTrashed()
Expand All @@ -123,8 +121,6 @@ public function withTrashed()
/**
* Include only soft deleted records in the results.
*
* @param string $field
* @param mixed $value
* @return $this
*/
public function onlyTrashed()
Expand Down

0 comments on commit ef8c580

Please sign in to comment.