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
7bf46745
Commit
7bf46745
authored
Jul 06, 2020
by
Dominik Hebeler
Browse files
Development
parent
cf692efd
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/MailController.php
View file @
7bf46745
...
...
@@ -9,8 +9,8 @@ use Illuminate\Http\Response;
use
LaravelLocalization
;
use
Mail
;
use
Validator
;
use
\
IBAN
;
use
\
IBANCountry
;
use
\
PHP_IBAN
\IBAN
;
use
\
PHP_IBAN
\IBANCountry
;
class
MailController
extends
Controller
{
...
...
@@ -55,7 +55,7 @@ class MailController extends Controller
}
else
{
# Wir versenden die Mail des Benutzers an uns:
$mailto
=
"support@metager.org"
;
if
(
LaravelLocalization
::
getCurrentLocale
()
===
"de"
){
if
(
LaravelLocalization
::
getCurrentLocale
()
===
"de"
)
{
$mailto
=
"support@suma-ev.de"
;
}
$message
=
$request
->
input
(
'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