menu Controller
This commit is contained in:
parent
b32c538b29
commit
604c710092
|
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue