Skip to content

Commit

Permalink
remove sanitize
Browse files Browse the repository at this point in the history
  • Loading branch information
ytake committed Jan 16, 2015
1 parent 7e0a647 commit 364c60a
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 364c60a

Please sign in to comment.