@@ -38,6 +38,6 @@ |
||
| 38 | 38 | |
| 39 | 39 | $this->identifier = $identifier; |
| 40 | 40 | $this->entityClass = $entityClass; |
| 41 | - $this->hash = str_replace('\\', '.', strtolower($entityClass) . '_' . implode('_', $identifier)); |
|
| 41 | + $this->hash = str_replace('\\', '.', strtolower($entityClass).'_'.implode('_', $identifier)); |
|
| 42 | 42 | } |
| 43 | 43 | } |