Borrada variable no usada
This commit is contained in:
parent
148e54356c
commit
7f59b9a2ff
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ class UsuarioOllasSeeder extends Seeder
|
||||||
$barrios = GrupoDeCompra::all();
|
$barrios = GrupoDeCompra::all();
|
||||||
$usersToInsert = [];
|
$usersToInsert = [];
|
||||||
$ollas_id = UserRole::where('nombre', 'ollas')->first()->id;
|
$ollas_id = UserRole::where('nombre', 'ollas')->first()->id;
|
||||||
$pedidos_id = UserRole::where('nombre', 'barrio')->first()->id;
|
|
||||||
|
|
||||||
foreach ($barrios as $barrio) {
|
foreach ($barrios as $barrio) {
|
||||||
$usersToInsert[] = DatabaseSeeder::addTimestamps([
|
$usersToInsert[] = DatabaseSeeder::addTimestamps([
|
||||||
|
|
Loading…
Add table
Reference in a new issue