public function buildForm(FormBuilderInterface $builder, array $options) { $builder ->add('username', TextType::class, array('label' => 'Username: ', 'attr'=>array('class'=>'form-control mb-3')))}
and i get error "Could not load type "App\Form\TextType": class does not exist."