We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2368344 commit 9ab1113Copy full SHA for 9ab1113
1 file changed
src/Controller/MetaRefresh.php
@@ -26,9 +26,6 @@
26
27
class MetaRefresh
28
{
29
- /** @var \SimpleSAML\Configuration */
30
- protected Configuration $config;
31
-
32
/** @var \SimpleSAML\Configuration */
33
protected Configuration $module_config;
34
@@ -48,9 +45,8 @@ class MetaRefresh
48
45
* @throws \Exception
49
46
*/
50
47
public function __construct(
51
- Configuration $config
+ protected Configuration $config
52
) {
53
- $this->config = $config;
54
$this->module_config = Configuration::getConfig('module_metarefresh.php');
55
$this->authUtils = new Utils\Auth();
56
}
0 commit comments