funcion/actualizaciones #48

Open
atasistro wants to merge 47 commits from funcion/actualizaciones into master
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,
]);