Skip to content

Commit

Permalink
Fixed menu_settings rollback issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
maab16 committed Jul 13, 2020
1 parent 36247b5 commit da4de33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ public function up()
*/
public function down()
{
Schema::dropIfExists('menu_items');
Schema::dropIfExists('menu_settings');
}
}

0 comments on commit da4de33

Please sign in to comment.