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
6abfd0f3
Unverified
Commit
6abfd0f3
authored
Jun 06, 2021
by
carlos1270
Committed by
GitHub
Jun 06, 2021
Browse files
Merge pull request #117 from carlos1270/master
Erro no email do cadastro
parents
3b30c761
ebda3a3a
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/Auth/RegisterController.php
View file @
6abfd0f3
...
...
@@ -137,8 +137,7 @@ class RegisterController extends Controller
$user
->
proponentes
()
->
save
(
$proponente
);
}
return
$user
;
}
...
...
app/Notifications/VerifyNotification.php
View file @
6abfd0f3
...
...
@@ -45,10 +45,9 @@ class VerifyNotification extends Notification
*/
public
function
toMail
(
$notifiable
)
{
$user
=
Auth
::
user
();
return
(
new
MailMessage
)
->
subject
(
'Verifique seu e-mail'
)
->
greeting
(
"Olá,
{
$
user
->
name
}
!"
)
->
greeting
(
"Olá,
{
$
notifiable
->
name
}
!"
)
->
action
(
'Verifique seu E-mail'
,
$this
->
verificationUrl
(
$notifiable
)
...
...
composer.lock
View file @
6abfd0f3
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