Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d621e27

Browse files
authoredOct 1, 2016
Merge pull request #29 from olegabr/patch-1
get custom data from query parameter
2 parents b9da114 + 16cc23f commit d621e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Flow/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct($params = null, $file = null)
4545
*
4646
* @return string|int|null
4747
*/
48-
protected function getParam($name)
48+
public function getParam($name)
4949
{
5050
return isset($this->params[$name]) ? $this->params[$name] : null;
5151
}

0 commit comments

Comments
 (0)
Please sign in to comment.