Skip to content
GitLab
Menu
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
May 09, 2023
by
José Fernando Mendes da Costa
Browse files
Revert "salva o nome do curso do participante"
This reverts commit
07f3b486
.
parent
af6a43df
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/Auth/RegisterController.php
View file @
43433ea8
...
@@ -141,7 +141,6 @@ class RegisterController extends Controller
...
@@ -141,7 +141,6 @@ class RegisterController extends Controller
$endereco
->
save
();
$endereco
->
save
();
$participante
->
data_de_nascimento
=
$data
[
'data_de_nascimento'
];
$participante
->
data_de_nascimento
=
$data
[
'data_de_nascimento'
];
$participante
->
curso
=
Curso
::
find
(
$data
[
'cursoEstudante'
]);
$participante
->
linkLattes
=
$data
[
'linkLattes'
];
$participante
->
linkLattes
=
$data
[
'linkLattes'
];
if
(
$data
[
'outroCursoEstudante'
]
!=
null
)
{
if
(
$data
[
'outroCursoEstudante'
]
!=
null
)
{
...
...
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