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
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ protected static function implications($table)
{ {
if (isset($column->attributes[$key])) if (isset($column->attributes[$key]))
{ {
$table->$key($column->name, $column->$key); $table->$key($column->name);
} }
} }
} }