create(); User::factory()->create([ 'name' => 'Test User', 'email' => 'test1@example.com', 'password' => Hash::make('test') ]); } }