@@ -65,7 +65,7 @@ |
||
| 65 | 65 | $schema = $this->manager->getSchema(); |
| 66 | 66 | |
| 67 | 67 | $indexName = implode('_', $properties); |
| 68 | - if(strlen($indexName) > 32) { |
|
| 68 | + if (strlen($indexName) > 32) { |
|
| 69 | 69 | $indexName = md5($indexName); |
| 70 | 70 | } |
| 71 | 71 | |