fixed filament.blade.php

This commit is contained in:
2025-04-22 19:25:54 +02:00
parent cf81ce810b
commit 1f10d68542
5 changed files with 69 additions and 20 deletions
+5 -5
View File
@@ -23,11 +23,11 @@ class DatabaseSeeder extends Seeder
'password' => bcrypt('password')
]);
$this ->call(
$this ->call([
ColorSeeder::class,
ManufacturerSeeder::class
);
ManufacturerSeeder::class,
FilamentTypeSeeder::class
]);
}
}