seed sellers and warehouses
This commit is contained in:
@@ -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)]
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user