Skip to content

Commit f1e8be8

Browse files
committed
Fix missing trailing comma
1 parent ac9164a commit f1e8be8

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-
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)