fix createforms

This commit is contained in:
mckmonster 2024-08-02 18:20:35 +02:00
parent 1ffa436337
commit 8f754af0ca

View file

@ -92,7 +92,7 @@ EOT,
"bn_only_one_entry_message" => null "bn_only_one_entry_message" => null
]; ];
$this->createOrUpdate($formManager, $formId, $data); $this->createOrUpdate($formManager, $this->absenceFormId, $data);
} }
private function matiereList() private function matiereList()
@ -134,7 +134,7 @@ EOT,
"bn_only_one_entry_message" => null "bn_only_one_entry_message" => null
]; ];
$this->createOrUpdate($formManager, $formId, $data); $this->createOrUpdate($formManager, $this->noteFormId, $data);
} }
private function classeList() private function classeList()
@ -172,7 +172,7 @@ EOT,
"bn_only_one_entry_message" => null "bn_only_one_entry_message" => null
]; ];
$this->createOrUpdate($formManager, $formId, $data); $this->createOrUpdate($formManager, $this->eleveFormId, $data);
} }
protected function execute(InputInterface $input, OutputInterface $output) protected function execute(InputInterface $input, OutputInterface $output)