Refactor seeders for improved clarity and functionality

- Reorganized imports in DatabaseSeeder for better structure.
- Enabled ProductCategoryRelationshipsSeeder and ProductBarcodesSeeder in DatabaseSeeder.
- Updated ProductPropertyValuesSeeder to enhance property value handling and added a new method for filling product property values.
- Removed unused imports from ProductBarcodesSeeder, ProductCategoryRelationshipsSeeder, and ProductPropertiesSeeder.
- Ensured consistent formatting by adding missing newlines at the end of files.
This commit is contained in:
Mekan1206
2026-02-11 00:59:13 +05:00
parent 9fac84a882
commit b0c6a4236c
6 changed files with 54 additions and 18 deletions

View File

@@ -26,7 +26,7 @@ class SectionsSeeder extends Seeder
'sort_order' => $data->priority,
'created_at' => $data->created_at,
'updated_at' => $data->updated_at,
]);
]);
}
DB::statement("