funcion/pedido-ollas #47

Merged
rho merged 92 commits from funcion/pedido-ollas into master 2025-07-15 11:27:30 -03:00
Showing only changes of commit e9a6def7c1 - Show all commits

View file

@ -24,6 +24,7 @@ class UsuarioOllasSeeder extends Seeder
'name' => $barrio->nombre . '_ollas',
'password' => User::where(['grupo_de_compra_id' => $barrio->id, 'role_id' => $pedidos_id])->first()->password,
'role_id' => $ollas_id,
'grupo_de_compra_id' => $barrio->id,
]);
}