Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
fe6ea2c4
Commit
fe6ea2c4
authored
Nov 15, 2016
by
Dominik Hebeler
Browse files
Update Sprachdatei.php
parent
dc3db684
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/Mail/Sprachdatei.php
View file @
fe6ea2c4
...
...
@@ -32,7 +32,6 @@ class Sprachdatei extends Mailable
public
function
build
()
{
return
$this
->
from
(
$this
->
reply
)
->
cc
(
'carsten@suma-ev.de'
)
->
subject
(
$this
->
subject
)
->
text
(
'kontakt.mail'
)
->
with
(
'messageText'
,
$this
->
message
)
...
...
Write
Preview
Supports
Markdown
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