只留user的seeder
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 47s

This commit is contained in:
2026-01-08 09:54:46 +08:00
parent f9f0d09195
commit 807790a7fc

View File

@@ -26,9 +26,6 @@ class DatabaseSeeder extends Seeder
] ]
); );
$this->call([
CategorySeeder::class,
ProductSeeder::class,
]);
} }
} }