Skip to content

Commit da4de33

Browse files
committed
Fixed menu_settings rollback issue.
1 parent 36247b5 commit da4de33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/2019_08_27_165403_create_menu_settings_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ public function up()
3030
*/
3131
public function down()
3232
{
33-
Schema::dropIfExists('menu_items');
33+
Schema::dropIfExists('menu_settings');
3434
}
3535
}

0 commit comments

Comments
 (0)