funcion/actualizaciones #48

Merged
atasistro merged 48 commits from funcion/actualizaciones into master 2025-08-27 19:09:05 -03:00
Showing only changes of commit 4062f4b786 - Show all commits

View file

@ -17,7 +17,7 @@ class UserSeeder extends Seeder
$usersToInsert = [];
$usersToInsert[] = DatabaseSeeder::addTimestamps([
'name' => 'comi',
'name' => 'comision',
'password' => Hash::make("123"),
'role_id' => UserRole::where('nombre', 'comision')->first()->id,
]);