<?php
namespace AdminBundle\Form\Type\Vehicle;
use Symfony\Component\Form\Extension\Core\Type\TextType;
class FileType extends TextType
{
/**
* {@inheritdoc}
*/
public function getBlockPrefix(): string
return 'vehicle_file';
}