Added drop table to migration

This commit is contained in:
snipe 2018-02-16 15:36:33 -08:00
parent f44b03f5a9
commit 991f182f89

View file

@ -32,6 +32,6 @@ class CreatePasswordResetsTable extends Migration
*/ */
public function down() public function down()
{ {
// Schema::drop('password_resets');
} }
} }