Hotfix for Symfony Flex incompatibility with latest composer changes (#257)

This commit is contained in:
Kevin Papst
2018-08-07 20:17:56 +02:00
committed by GitHub
parent 8b8583d48b
commit e549a0824f
4 changed files with 633 additions and 385 deletions

View File

@@ -71,7 +71,6 @@ class TimesheetEditForm extends AbstractType
},
])
->add('description', TextareaType::class, [
'help' => 'timesheet.description.help',
'label' => 'label.description',
'required' => false,
])