Fixes regarding to init.php

This commit is contained in:
slawkens
2024-11-08 10:23:22 +01:00
parent c3dd10af96
commit 92024cfdbf
12 changed files with 21 additions and 11 deletions

View File

@@ -27,6 +27,8 @@ class SettingsSetCommand extends Command
protected function execute(InputInterface $input, OutputInterface $output): int
{
require SYSTEM . 'init.php';
$io = new SymfonyStyle($input, $output);
$key = $input->getArgument('key');