diff --git a/commands/CreateFormsCommand.php b/commands/CreateFormsCommand.php index 4323bc9..67796e3 100644 --- a/commands/CreateFormsCommand.php +++ b/commands/CreateFormsCommand.php @@ -17,6 +17,7 @@ class CreateFormsCommand extends Command { protected $wiki; protected $eleveFormId; + protected $yunohostFormId; public function __construct(Wiki &$wiki) { @@ -25,6 +26,7 @@ class CreateFormsCommand extends Command $params = $this->wiki->services->get(ParameterBagInterface::class); $meeo_config = $params->get('meeo'); $this->eleveFormId = $meeo_config['elevesFormId']; + $this->yunohostFormId = $meeo_config['yunohostFormId']; } protected function configure()