We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6048c8e commit 369a496Copy full SHA for 369a496
1 file changed
src/Controller/MetaRefresh.php
@@ -21,9 +21,6 @@
21
22
class MetaRefresh
23
{
24
- /** @var \SimpleSAML\Configuration */
25
- protected Configuration $config;
26
-
27
/** @var \SimpleSAML\Configuration */
28
protected Configuration $module_config;
29
@@ -45,7 +42,6 @@ class MetaRefresh
45
42
public function __construct(
46
43
protected Configuration $config,
47
44
) {
48
- $this->config = $config;
49
$this->module_config = Configuration::getConfig('module_metarefresh.php');
50
$this->authUtils = new Utils\Auth();
51
}
0 commit comments