menu Controller

This commit is contained in:
merdan 2022-09-23 14:36:31 +05:00
parent b32c538b29
commit 604c710092
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class CreateMenusTable extends Migration
{
Schema::dropIfExists('menu_brands');
Schema::dropIfExists('menu_categories');
Schema::dropIfExists('menus_translations');
Schema::dropIfExists('menu_translations');
Schema::dropIfExists('menus');
}
}