Skip to content

Commit 53192d8

Browse files
committed
🧹 Remover colunas de cadastro sem uso
1 parent 5caaaed commit 53192d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/Models/Cadastro.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,21 @@ class Cadastro extends Model
2222
'IDCadastroIndicador',
2323
'IDCadastroVendedorIndicado',
2424
'Nome',
25-
'RazaoSocial',
2625
'Telefone',
2726
'CPF',
2827
'Email',
2928
'CEP',
3029
'Endereco',
3130
'Complemento',
3231
'Bairro',
33-
'NumeroCasa',
3432
'Cidade',
3533
'Estado',
3634
'Origem',
37-
'IDTipoCartaInteresse',
3835
'TipoCadastro',
3936
'DataNascimento',
4037
'DataCadastro',
4138
'Observacoes',
39+
'NumeroCasa',
4240
'Curriculo',
4341
'AtividadeVendedor',
4442
'PrevisaoAtividadeVendedor',

0 commit comments

Comments
 (0)