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