Skip to content

Commit d621e27

Browse files
authored
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

+1-1
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)