Skip to content

Commit 0618a33

Browse files
committed
add new line
1 parent c997273 commit 0618a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/B2B-4051__fields_hydration_company_account_create_request__1.3.3.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ new file mode 100644
141141
+ $companyData = $this->companyRequestHydrator->getCompanyDataFromRequest();
142142
if (is_array($companyData) && !empty($companyData)) {
143143
$jobTitle = $companyData['job_title'] ?? null;
144-
$companyDataObject = $this->customerCompany->createCompany($result, $companyData, $jobTitle);
144+
$companyDataObject = $this->customerCompany->createCompany($result, $companyData, $jobTitle);

0 commit comments

Comments
 (0)