Skip to content

Commit

Permalink
Merge pull request #4 from angauber/master
Browse files Browse the repository at this point in the history
Fix migration drop order
  • Loading branch information
tonyyb authored Sep 5, 2019
2 parents 6574306 + f833804 commit 020b6d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function up()
*/
public function down()
{
Schema::drop('nova_menus');
Schema::drop('nova_menu_items');
Schema::drop('nova_menus');
}
}

0 comments on commit 020b6d6

Please sign in to comment.