'Deblan\Bundle\BlogBundle\Model\PostFollower', 'name' => 'postfollower', ); /** * {@inheritdoc} */ public function buildForm(FormBuilderInterface $builder, array $options) { $builder->add('active'); $builder->add('key'); $builder->add('postId'); $builder->add('commentId'); $builder->add('createdAt'); $builder->add('updatedAt'); } }