Skip to content

Commit fb88606

Browse files
committed
🧹 Remover variavel funcoes sem uso
1 parent fc30727 commit fb88606

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/Http/Controllers/UsuarioController.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ public function create($idVendedorIndicado = 38)
8181
$vendedorIndicado = Cadastro::find(38);
8282
}
8383

84-
$funcoes = Funcao::all();
85-
86-
return view('usuario.create', compact('funcoes', 'vendedorIndicado'));
84+
return view('usuario.create', compact('vendedorIndicado'));
8785
}
8886

8987

0 commit comments

Comments
 (0)