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