HMAC-Schluessel automatisch erzeugen (v1.1.1)

This commit is contained in:
2026-09-21 19:41:40 +02:00
parent 9653cfa96f
commit be0644083a
+1 -1
View File
@@ -62,7 +62,7 @@ class Bootstrap extends Bootstrapper
/** @var PluginInterface $plugin */ /** @var PluginInterface $plugin */
$plugin = $this->getPlugin(); $plugin = $this->getPlugin();
$altchaService = new AltchaService($plugin); $altchaService = new AltchaService($plugin, __DIR__);
$templateHandler = new TemplateHandler($plugin, $altchaService); $templateHandler = new TemplateHandler($plugin, $altchaService);
$validationHandler = new ValidationHandler($altchaService); $validationHandler = new ValidationHandler($altchaService);