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