We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6048c8e commit 6420017Copy full SHA for 6420017
1 file changed
src/Controller/MetaRefresh.php
@@ -45,7 +45,6 @@ class MetaRefresh
45
public function __construct(
46
protected Configuration $config,
47
) {
48
- $this->config = $config;
49
$this->module_config = Configuration::getConfig('module_metarefresh.php');
50
$this->authUtils = new Utils\Auth();
51
}
0 commit comments