mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Implemented draft for PureSourceCreateType Test and adapted classes to it
This commit is contained in:
@@ -16,6 +16,6 @@ final class PureSourceCreateType extends SourceType
|
||||
*/
|
||||
public function buildForm(FormBuilderInterface $builder, array $options)
|
||||
{
|
||||
$builder->add('slug')->add('class');
|
||||
$builder->add('slug');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user