Hotfix for Symfony Flex incompatibility with latest composer changes (#257)
This commit is contained in:
@@ -71,7 +71,6 @@ class TimesheetEditForm extends AbstractType
|
||||
},
|
||||
])
|
||||
->add('description', TextareaType::class, [
|
||||
'help' => 'timesheet.description.help',
|
||||
'label' => 'label.description',
|
||||
'required' => false,
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user