refactor: Novo email admin para seed no banco.

This commit is contained in:
LukiBeg 2025-11-25 09:27:24 -03:00
parent c9cd343fcd
commit 765cf2bfa5
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ public function run(): void
User::factory()->create([
'name' => 'admin',
'permissions' => ['admin'],
'email' => 'inglinesystemsadmin@inglinesystems.com.br',
'email' => 'suporte@inglinesystems.com.br',
'password' => Hash::make('*Ingline.Sys#9420%SECURITY#')
]);
}