@@ -50,7 +50,7 @@ |
||
50 | 50 | */ |
51 | 51 | protected function generateConfirmHash($id) |
52 | 52 | { |
53 | - $confirmHash = hash('sha256', $id . $this->getConfirmationSecret()); |
|
53 | + $confirmHash = hash('sha256', $id.$this->getConfirmationSecret()); |
|
54 | 54 | |
55 | 55 | return sprintf('%012s', substr(base_convert($confirmHash, 16, 36), -12)); |
56 | 56 | } |