Skip to content

Commit 96c4e20

Browse files
committed
uncomment test user
1 parent b722ee5 commit 96c4e20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

database/seeders/DatabaseSeeder.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ public function run(): void
1515
{
1616
// User::factory(10)->create();
1717

18-
// User::factory()->create([
19-
// 'name' => 'Test User',
20-
// 'email' => 'test@example.com',
21-
// ]);
18+
User::factory()->create([
19+
'name' => 'Test User',
20+
'email' => 'test@example.com',
21+
]);
2222
}
2323
}

0 commit comments

Comments
 (0)