Borrada variable no usada

This commit is contained in:
Alejandro Tasistro 2025-07-08 21:42:45 -03:00
parent 148e54356c
commit 7f59b9a2ff

View file

@ -18,7 +18,6 @@ class UsuarioOllasSeeder extends Seeder
$barrios = GrupoDeCompra::all();
$usersToInsert = [];
$ollas_id = UserRole::where('nombre', 'ollas')->first()->id;
$pedidos_id = UserRole::where('nombre', 'barrio')->first()->id;
foreach ($barrios as $barrio) {
$usersToInsert[] = DatabaseSeeder::addTimestamps([