Updated Inputs

This commit is contained in:
2019-04-17 21:16:00 +02:00
parent ee266e719f
commit 28de4669fe
4 changed files with 19 additions and 2 deletions

View File

@ -12,4 +12,9 @@ class ChoiceInput extends TextInput
'choices'
);
}
public function getTemplate(): string
{
return "@AdminPanel/form/choice.twig";
}
}