commit for comment in pull req

This commit is contained in:
Muammer Top 2020-12-16 12:07:12 +03:00
parent 28b67a2f49
commit 1c5266383a

View File

@ -31,7 +31,6 @@ class ProfileFormHandler
$parameters = array_merge($parameters, [
'education' => $builder->getPostValue('education'),
'education_part' => $builder->getPostValue('education_part'),
'state_of_education' => $builder->getPostValue('state_of_education'),
'profession' => $builder->getPostValue('profession'),
]);
}