Tambah Auth Fetures

This commit is contained in:
2026-02-20 00:41:09 +08:00
parent 6ab40e6d65
commit 0d6d28e4ea
14 changed files with 3898 additions and 9 deletions

View File

@@ -15,11 +15,6 @@ class DatabaseSeeder extends Seeder
*/
public function run(): void
{
// User::factory(10)->create();
User::factory()->create([
'name' => 'Test User',
'email' => 'test@example.com',
]);
$this->call(UserSeeder::class);
}
}