Skip to content

Commit

Permalink
Merge pull request #29 from olegabr/patch-1
Browse files Browse the repository at this point in the history
get custom data from query parameter
  • Loading branch information
AidasK committed Oct 1, 2016
2 parents b9da114 + 16cc23f commit d621e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Flow/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function __construct($params = null, $file = null)
*
* @return string|int|null
*/
protected function getParam($name)
public function getParam($name)
{
return isset($this->params[$name]) ? $this->params[$name] : null;
}
Expand Down

0 comments on commit d621e27

Please sign in to comment.