'suporte@softpar.inf.br'], [ 'name' => 'suporte', 'password' => 'S@ft2080.', 'user_type' => UserTypeEnum::ADMIN, ] ); User::firstOrCreate( ['email' => 'franqueadora@gc.com.br'], [ 'name' => 'Perfil da Franqueadora', 'password' => 'S@ft2080.', 'user_type' => UserTypeEnum::ADMIN, ] ); User::firstOrCreate( ['email' => 'franqueado@gc.com.br'], [ 'name' => 'Perfil do franqueado', 'password' => 'S@ft2080.', 'user_type' => UserTypeEnum::ADMIN_FRANCHISEE, ] ); } }