Merge branch 'develop' into feature/8709-bulk-deletion-of-asset-categories-suppliers-manufacturers

This commit is contained in:
Spencer Long
2025-08-12 11:58:11 -06:00
committed by GitHub
2300 changed files with 53799 additions and 317771 deletions
@@ -59,7 +59,7 @@ class ManufacturersController extends Controller
$manufacturers_count = Manufacturer::withTrashed()->count();
if ($manufacturers_count == 0) {
Artisan::call('db:seed', ['--class' => 'ManufacturerSeeder']);
Artisan::call('db:seed', ['--class' => 'Database\\Seeders\\ManufacturerSeeder', '--force' => true]);
return redirect()->route('manufacturers.index')->with('success', trans('general.seeding.manufacturers.success'));
}