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
07f3b486
Commit
07f3b486
authored
May 09, 2023
by
José Fernando Mendes da Costa
Browse files
salva o nome do curso do participante
parent
2b610707
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/Auth/RegisterController.php
View file @
07f3b486
...
@@ -141,6 +141,7 @@ class RegisterController extends Controller
...
@@ -141,6 +141,7 @@ 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