Remove unused MorphToMany relationships from models and add CategoriesTableSeeder for category data population

This commit is contained in:
Mekan1206
2026-02-09 02:26:59 +05:00
parent 41d6ddc346
commit bac1579285
11 changed files with 185 additions and 9 deletions

View File

@@ -28,4 +28,4 @@ class ProductPricesSeeder extends Seeder
}
});
}
}
}