#3 telah kemaskini category

This commit is contained in:
pesu98
2026-05-12 10:41:18 +08:00
parent 53be5221e9
commit e99bd19035
15 changed files with 668 additions and 25 deletions

View File

@@ -17,6 +17,8 @@ class DatabaseSeeder extends Seeder
{
// User::factory(10)->create();
$this->call(CategorySeeder::class);
User::factory()->create([
'name' => 'Test User',
'email' => 'test@example.com',