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
5a5ef82a
Commit
5a5ef82a
authored
May 18, 2021
by
Dominik Hebeler
Browse files
fixed IBAN namespace
parent
47c3ab55
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/MailController.php
View file @
5a5ef82a
...
...
@@ -10,8 +10,8 @@ use LaravelLocalization;
use
Mail
;
use
Log
;
use
Validator
;
use
\
IBAN
;
use
\
IBANCountry
;
use
\
PHP_IBAN
\IBAN
;
use
\
PHP_IBAN
\IBANCountry
;
class
MailController
extends
Controller
{
...
...
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