mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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()
|
public function down()
|
||||||
{
|
{
|
||||||
//
|
Schema::drop('password_resets');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue