fix createforms
This commit is contained in:
parent
1ffa436337
commit
8f754af0ca
1 changed files with 3 additions and 3 deletions
|
@ -92,7 +92,7 @@ EOT,
|
|||
"bn_only_one_entry_message" => null
|
||||
];
|
||||
|
||||
$this->createOrUpdate($formManager, $formId, $data);
|
||||
$this->createOrUpdate($formManager, $this->absenceFormId, $data);
|
||||
}
|
||||
|
||||
private function matiereList()
|
||||
|
@ -134,7 +134,7 @@ EOT,
|
|||
"bn_only_one_entry_message" => null
|
||||
];
|
||||
|
||||
$this->createOrUpdate($formManager, $formId, $data);
|
||||
$this->createOrUpdate($formManager, $this->noteFormId, $data);
|
||||
}
|
||||
|
||||
private function classeList()
|
||||
|
@ -172,7 +172,7 @@ EOT,
|
|||
"bn_only_one_entry_message" => null
|
||||
];
|
||||
|
||||
$this->createOrUpdate($formManager, $formId, $data);
|
||||
$this->createOrUpdate($formManager, $this->eleveFormId, $data);
|
||||
}
|
||||
|
||||
protected function execute(InputInterface $input, OutputInterface $output)
|
||||
|
|
Loading…
Reference in a new issue