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