@@ -110,7 +110,7 @@ |
||
| 110 | 110 | $table->addColumn($columnName, $type, $options); |
| 111 | 111 | |
| 112 | 112 | if ($index) { |
| 113 | - $table->addIndex([ $columnName ]); |
|
| 113 | + $table->addIndex([$columnName]); |
|
| 114 | 114 | } |
| 115 | 115 | } |
| 116 | 116 | |