Git Repository Public Repository

namibia

URLs

Copy to Clipboard

Diff Revisions 9aa85c ... vs a47412 ... for /module/User/src/User/Service/Registration.php

Diff revisions: vs.
  @@ -47,7 +47,7 @@
47 47 \Utility\Debug::errorLog('create profile', $session->Profile);
48 48 $profile = $profileService->create($session->Profile);
49 49
50 - // $toCompanyId = '';
50 + $toCompanyId = '';
51 51 $toProfileId = $profile->id;
52 52 $email = $profile->email;
53 53 $mobile = null;