Guest User

Untitled

a guest
Dec 17th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $form->add('state',ChoiceType::class,[
  2. 'choices' => [
  3. 0 => 'to do',
  4. 1 => 'done',
  5. 2 => 'to review',
  6. ]
  7. ])
Add Comment
Please, Sign In to add comment