Skip to content

Commit 9248942

Browse files
Rename columns for column. (#217)
1 parent ce9180d commit 9248942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Schema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ protected function findColumns(TableSchemaInterface $table): bool
375375
*/
376376
$c = $this->createColumnSchema($column);
377377

378-
$table->columns($c->getName(), $c);
378+
$table->column($c->getName(), $c);
379379
}
380380

381381
return true;

0 commit comments

Comments
 (0)