Added spaces

This commit is contained in:
polarag 2020-12-18 13:13:16 +02:00 committed by GitHub
parent 0c2e30349c
commit c5bc5207e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class CustomerSocialAccountRepository extends Repository
if ($account) {
return $account->customer;
} else {
$customer = $providerUser->getEmail()?$this->customerRepository->findOneByField('email', $providerUser->getEmail()):null;
$customer = $providerUser->getEmail() ? $this->customerRepository->findOneByField('email', $providerUser->getEmail()) : null;
if (! $customer) {
$names = $this->getFirstLastName($providerUser->getName());