mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 19:13:49 +00:00
full generation for accompanying period
This commit is contained in:
@@ -35,7 +35,7 @@ class DocGeneratorTemplateType extends AbstractType
|
||||
{
|
||||
$contexts = array_flip(array_map(static function (DocGeneratorContextInterface $c) {
|
||||
return $c->getName();
|
||||
}, $this->contextManager->getContext()));
|
||||
}, $this->contextManager->getContexts()));
|
||||
|
||||
$builder
|
||||
->add('name', TranslatableStringFormType::class, [
|
||||
|
Reference in New Issue
Block a user