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
43433ea8
Commit
43433ea8
authored
2 years ago
by
José Fernando Mendes da Costa
Browse files
Options
Download
Email Patches
Plain Diff
Revert "salva o nome do curso do participante"
This reverts commit
07f3b486
.
parent
af6a43df
master
carl-branch
excluir_projeto_submetido
updates_mar
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/Http/Controllers/Auth/RegisterController.php
+0
-1
app/Http/Controllers/Auth/RegisterController.php
with
0 additions
and
1 deletion
+0
-1
app/Http/Controllers/Auth/RegisterController.php
View file @
43433ea8
...
...
@@ -141,7 +141,6 @@ class RegisterController extends Controller
$endereco
->
save
();
$participante
->
data_de_nascimento
=
$data
[
'data_de_nascimento'
];
$participante
->
curso
=
Curso
::
find
(
$data
[
'cursoEstudante'
]);
$participante
->
linkLattes
=
$data
[
'linkLattes'
];
if
(
$data
[
'outroCursoEstudante'
]
!=
null
)
{
...
...
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