Merge pull request #94 from skipperbent/development

Update README.md
This commit is contained in:
Simon Sessingø
2016-04-16 00:01:22 +02:00

View File

@@ -384,7 +384,7 @@ Example:
* @return \Pecee\Http\Input\Input
*/
function input() {
return new \Pecee\Http\Input\Input();
return \Pecee\Http\Request::getInstance()->getInput();
}
```