HMAC-Schluessel automatisch erzeugen (v1.1.1)
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user