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

@@ -16,7 +16,7 @@ class CustomersTableSeeder extends Seeder
DB::table($table)->truncate();
$items = Items::fromFile(
database_path('seeders/new/data/customers.json'),
database_path('data/customers.json'),
['decoder' => new ExtJsonDecoder(true)]
);