Completed
Push — master ( 97ec88...d41805 )
by CodexShaper
04:29
created
src/Database/Drivers/MongoDB/Index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
                 $indexType    = $indexDetails['type'];
67 67
                 $options      = $indexDetails['options'];
68 68
 
69
-                $options['name'] = strtolower($collection->getCollectionName() . "_" . $column . "_" . $type);
69
+                $options['name'] = strtolower($collection->getCollectionName()."_".$column."_".$type);
70 70
 
71 71
                 $options['ns'] = $collection->getNamespace();
72 72
 
Please login to merge, or discard this patch.