Fix erreur to create form
This commit is contained in:
parent
09d87dee72
commit
852a962f6f
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue