Skip to content
Snippets Groups Projects
Commit bf591e4a authored by Matthias Adrowski's avatar Matthias Adrowski
Browse files

[TASK] Fix default value for gender

parent 9707fb8f
No related branches found
No related tags found
1 merge request!35Feature upgrade to typo3 11
......@@ -59,7 +59,7 @@ class JobApplication extends AbstractEntity {
* @var string $gender
* @TYPO3\CMS\Extbase\Annotation\Validate("NotEmpty")
*/
protected $gender = 0;
protected $gender = '';
/**
* @var string $firstName
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment