mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Added drop table to migration
This commit is contained in:
parent
f44b03f5a9
commit
991f182f89
|
@ -32,6 +32,6 @@ class CreatePasswordResetsTable extends Migration
|
|||
*/
|
||||
public function down()
|
||||
{
|
||||
//
|
||||
Schema::drop('password_resets');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue