We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9da114 + 16cc23f commit d621e27Copy full SHA for d621e27
src/Flow/Request.php
@@ -45,7 +45,7 @@ public function __construct($params = null, $file = null)
45
*
46
* @return string|int|null
47
*/
48
- protected function getParam($name)
+ public function getParam($name)
49
{
50
return isset($this->params[$name]) ? $this->params[$name] : null;
51
}
0 commit comments