Skip to content

Commit

Permalink
Merge pull request #51 from mizix/patch-1
Browse files Browse the repository at this point in the history
Update 2014_04_17_181442_add_remember_to_user_table.php
  • Loading branch information
msurguy committed Apr 18, 2014
2 parents d54fec7 + 806353e commit e32647c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ public function down()
{
Schema::table('users', function($table)
{
$table->dropColumn('order');
$table->dropColumn('remember_token');
});
}

}
}

0 comments on commit e32647c

Please sign in to comment.