We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e95092 commit df9d754Copy full SHA for df9d754
1 file changed
src/Controller/MetaRefresh.php
@@ -40,7 +40,7 @@ class MetaRefresh
40
* @throws \Exception
41
*/
42
public function __construct(
43
- protected Configuration $config
+ protected Configuration $config,
44
) {
45
$this->module_config = Configuration::getConfig('module_metarefresh.php');
46
$this->authUtils = new Utils\Auth();
0 commit comments