seed sellers and warehouses

This commit is contained in:
Mekan1206
2026-02-08 21:26:06 +05:00
parent 299abeecbf
commit d3156e228f
5 changed files with 50 additions and 64 deletions

View File

@@ -11,7 +11,7 @@ class BrandsSeeder extends Seeder
{
public function run()
{
$datas = json_decode(File::get('database/seeders/new/data/brands.json'));
$datas = json_decode(File::get('database/data/brands.json'));
$table = 'brands';
DB::table($table)->truncate();