Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
1d017ee6
Commit
1d017ee6
authored
2 years ago
by
José Fernando Mendes da Costa
Browse files
Options
Download
Email Patches
Plain Diff
corrige nome do atributo
parent
61e7e1c9
master
carl-branch
excluir_projeto_submetido
updates_mar
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/Participante.php
+1
-1
app/Participante.php
with
1 addition
and
1 deletion
+1
-1
app/Participante.php
View file @
1d017ee6
...
@@ -10,7 +10,7 @@ class Participante extends Model
...
@@ -10,7 +10,7 @@ class Participante extends Model
use
SoftDeletes
;
use
SoftDeletes
;
public
const
ENUM_TURNO
=
[
'Matutino'
,
'Vespertino'
,
'Noturno'
,
'Integral'
];
public
const
ENUM_TURNO
=
[
'Matutino'
,
'Vespertino'
,
'Noturno'
,
'Integral'
];
protected
$fillable
=
[
'rg'
,
'data_de_nascimento'
,
'curso'
,
'participante_id'
,
'turno'
,
protected
$fillable
=
[
'rg'
,
'data_de_nascimento'
,
'curso'
,
'
funcao_
participante_id'
,
'turno'
,
'ordem_prioridade'
,
'periodo_atual'
,
'total_periodos'
,
'media_do_curso'
,
'linkLattes'
,
'ordem_prioridade'
,
'periodo_atual'
,
'total_periodos'
,
'media_do_curso'
,
'linkLattes'
,
'tipoBolsa'
,
'data_entrada'
,
'data_saida'
];
'tipoBolsa'
,
'data_entrada'
,
'data_saida'
];
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help