Completed
Branch 1.0 (f5819f)
by David
25:20
created
Category
src/ZohoDatabaseCopier.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -105,9 +105,9 @@
 block discarded – undo
105 105
             $table->addColumn($columnName, $type, $options);
106 106
 
107 107
             if ($pk) {
108
-                $table->setPrimaryKey([ $columnName ]);
108
+                $table->setPrimaryKey([$columnName]);
109 109
             } elseif ($index) {
110
-                $table->addIndex([ $columnName ]);
110
+                $table->addIndex([$columnName]);
111 111
             }
112 112
         }
113 113
 
Please login to merge, or discard this patch.