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
7c4e69fc
Commit
7c4e69fc
authored
Jun 12, 2020
by
alinetenorio
Browse files
alterando remetente padrão do email
parent
fd6d1371
Changes
2
Show whitespace changes
Inline
Side-by-side
config/mail.php
View file @
7c4e69fc
...
...
@@ -57,7 +57,7 @@ return [
'from'
=>
[
'address'
=>
env
(
'MAIL_FROM_ADDRESS'
,
'hello@example.com'
),
'name'
=>
env
(
'MAIL_FROM_NAME'
,
'
Example
'
),
'name'
=>
env
(
'MAIL_FROM_NAME'
,
'
Submeta
'
),
],
/*
...
...
resources/views/vendor/notifications/email.blade.php
View file @
7c4e69fc
...
...
@@ -44,7 +44,7 @@
{{ $salutation }}
@else
@lang('Atenciosamente'),
<br>
{{ config('app.name') }}
Equipe do
{{ config('app.name') }}
@endif
{{-- Subcopy --}}
...
...
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