use default index names on implicit indexes.

This commit is contained in:
Taylor Otwell
2012-02-16 15:37:06 -06:00
parent 62d8c09cce
commit 0e63717be9

View File

@@ -122,7 +122,7 @@ class Schema {
{ {
if (isset($column->attributes[$key])) if (isset($column->attributes[$key]))
{ {
$table->$key($column->name, $column->$key); $table->$key($column->name);
} }
} }
} }