@@ -78,7 +78,7 @@ |
||
| 78 | 78 | |
| 79 | 79 | try { |
| 80 | 80 | $contact = $this->contactRepository->getOrCreateByCustomer($customer); |
| 81 | - } catch (CouldNotSaveException $e) { |
|
| 81 | + } catch (CouldNotSaveException $e) { |
|
| 82 | 82 | $this->logger->critical($e); |
| 83 | 83 | return; |
| 84 | 84 | } |
@@ -80,7 +80,7 @@ |
||
| 80 | 80 | |
| 81 | 81 | try { |
| 82 | 82 | $contact = $this->contactRepository->getOrCreateBySubscriber($subscriber); |
| 83 | - } catch (CouldNotSaveException $e) { |
|
| 83 | + } catch (CouldNotSaveException $e) { |
|
| 84 | 84 | $this->logger->critical($e); |
| 85 | 85 | return; |
| 86 | 86 | } |