create(); User::factory()->create([ 'name' => 'Test User', 'email' => 'admin@example.com', 'password' => bcrypt('admin@example.com'), ]); } }