Skip to content
Snippets Groups Projects
Commit a3d62caa authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Fixed IBAN module

parent 00ea6902
No related branches found
No related tags found
3 merge requests!1671Development,!1649Development,!1648Development
...@@ -9,8 +9,8 @@ use Illuminate\Http\Response; ...@@ -9,8 +9,8 @@ use Illuminate\Http\Response;
use LaravelLocalization; use LaravelLocalization;
use Mail; use Mail;
use Validator; use Validator;
use \PHP_IBAN\IBAN; use \IBAN;
use \PHP_IBAN\IBANCountry; use \IBANCountry;
class MailController extends Controller class MailController extends Controller
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment