Skip to content

Commit

Permalink
Fix indentation in migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
emilv committed Jul 5, 2016
1 parent 4e417fc commit a30f0f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function down()
Schema::table('versions', function(Blueprint $table)
{
$table->integer('versionable_id')->change();
$table->text('versionable_type')->change();
$table->text('versionable_type')->change();
$table->dropIndex('versions_versionable_id_index');
});
}
Expand Down

0 comments on commit a30f0f4

Please sign in to comment.