First step of integration code generated

This commit is contained in:
Marc Ducobu
2015-07-02 15:41:11 +02:00
parent 24bd8c9a1d
commit 86b24f58ac
9 changed files with 193 additions and 92 deletions

View File

@@ -20,10 +20,10 @@ class ActivityType extends AbstractType
->add('remark')
->add('attendee')
->add('user')
->add('scope')
->add('reason')
->add('type')
->add('person')
//->add('scope')
//->add('reason')
//->add('type')
//->add('person')
;
}