Skip to content

Commit

Permalink
Merge pull request #7026 from ytake/patch-request-stub
Browse files Browse the repository at this point in the history
[5.0] Remove Sanitize From Stub
  • Loading branch information
taylorotwell committed Jan 19, 2015
2 parents 32fbe9a + 364c60a commit d891733
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Illuminate/Foundation/Console/stubs/request.stub
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,4 @@ class {{class}} extends Request {
];
}

/**
* Get the sanitized input for the request.
*
* @return array
*/
public function sanitize()
{
return $this->all();
}

}

0 comments on commit d891733

Please sign in to comment.