Skip to content

Commit 369a496

Browse files
committed
Fix syntax error
1 parent 6048c8e commit 369a496

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/Controller/MetaRefresh.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121

2222
class MetaRefresh
2323
{
24-
/** @var \SimpleSAML\Configuration */
25-
protected Configuration $config;
26-
2724
/** @var \SimpleSAML\Configuration */
2825
protected Configuration $module_config;
2926

@@ -45,7 +42,6 @@ class MetaRefresh
4542
public function __construct(
4643
protected Configuration $config,
4744
) {
48-
$this->config = $config;
4945
$this->module_config = Configuration::getConfig('module_metarefresh.php');
5046
$this->authUtils = new Utils\Auth();
5147
}

0 commit comments

Comments
 (0)