Skip to content
Snippets Groups Projects
Commit 0a992a83 authored by Matthieu Guffroy's avatar Matthieu Guffroy
Browse files

Formulaires avancement

parent 7e26f7ff
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,7 @@ class Objet
public function getForm()
{
$form = new Form();
$form->setObject($this);
$form = new Form($this);
return $form;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment