Skip to content

Commit 01bde33

Browse files
committed
Fix syntax error
1 parent 6048c8e commit 01bde33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Controller/MetaRefresh.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class MetaRefresh
4343
* @throws \Exception
4444
*/
4545
public function __construct(
46-
protected Configuration $config,
46+
protected Configuration $config
4747
) {
4848
$this->config = $config;
4949
$this->module_config = Configuration::getConfig('module_metarefresh.php');

0 commit comments

Comments
 (0)