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
1a5c39fc
Commit
1a5c39fc
authored
Nov 27, 2020
by
Phil Höfer
Browse files
Fix typo
parent
dfcc524a
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/MailController.php
View file @
1a5c39fc
...
...
@@ -84,7 +84,7 @@ class MailController extends Controller
'bic'
=>
$request
->
input
(
'bic'
,
''
),
'email'
=>
$request
->
input
(
'email'
,
''
),
'betrag'
=>
$request
->
input
(
'amount'
,
''
),
'
betrag
'
=>
$request
->
input
(
'frequency'
,
''
),
'
frequency
'
=>
$request
->
input
(
'frequency'
,
''
),
'nachricht'
=>
$request
->
input
(
'Nachricht'
,
''
),
];
$name
=
$request
->
input
(
'Name'
,
''
);
...
...
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