From 026fe65715f9a510223b8f4e83293726528718ab Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 8 Apr 2017 21:38:41 +0200 Subject: [PATCH] Name fix --- Utils/RnG/{IBANs.php => Iban.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Utils/RnG/{IBANs.php => Iban.php} (97%) diff --git a/Utils/RnG/IBANs.php b/Utils/RnG/Iban.php similarity index 97% rename from Utils/RnG/IBANs.php rename to Utils/RnG/Iban.php index 43110d5e9..5cbf9fab8 100644 --- a/Utils/RnG/IBANs.php +++ b/Utils/RnG/Iban.php @@ -17,6 +17,6 @@ declare(strict_types=1); namespace phpOMS\Utils\RnG; -class IBAN +class Iban { }