create(); User::factory()->create([ 'name' => 'suporte', 'email' => 'suporte@softpar.inf.br', 'password' => bcrypt('S@ft2080.'), ]); } }