public function buildForm(FormBuilderInterface $builder, array $options) {
$builder->add('companyName', 'text', array('required' => false))
...
;
}
public function setDefaultOptions(OptionsResolverInterface $resolver)
{
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git remote add remote <mon-repo-secondaire> | |
| git fetch remote | |
| git merge remote/<ma-branche> |
NewerOlder