@@ -42,6 +42,6 @@ |
||
| 42 | 42 | */ |
| 43 | 43 | protected function getUniqueIdentifier() |
| 44 | 44 | { |
| 45 | - return $this->getValue(ColumnKeys::EMAIL).'-'.$this->getValue(ColumnKeys::WEBSITE); |
|
| 45 | + return $this->getValue(ColumnKeys::EMAIL) . '-' . $this->getValue(ColumnKeys::WEBSITE); |
|
| 46 | 46 | } |
| 47 | 47 | } |
@@ -42,6 +42,6 @@ |
||
| 42 | 42 | */ |
| 43 | 43 | protected function getUniqueIdentifier() |
| 44 | 44 | { |
| 45 | - return $this->getValue(ColumnKeys::EMAIL).'-'.$this->getValue(ColumnKeys::WEBSITE); |
|
| 45 | + return $this->getValue(ColumnKeys::EMAIL) . '-' . $this->getValue(ColumnKeys::WEBSITE); |
|
| 46 | 46 | } |
| 47 | 47 | } |
@@ -42,6 +42,6 @@ |
||
| 42 | 42 | */ |
| 43 | 43 | protected function getUniqueIdentifier() |
| 44 | 44 | { |
| 45 | - return $this->getValue(ColumnKeys::EMAIL).'-'.$this->getValue(ColumnKeys::WEBSITE); |
|
| 45 | + return $this->getValue(ColumnKeys::EMAIL) . '-' . $this->getValue(ColumnKeys::WEBSITE); |
|
| 46 | 46 | } |
| 47 | 47 | } |