Updated-simplified calling codes for German mobile carriers

This commit is contained in:
Marko Jovanovic 2025-10-29 11:26:19 +01:00
parent 815534749a
commit 2a12b62d40

View File

@ -87,9 +87,9 @@ final class CleanMobileCommand extends Command
// 3⃣ German mobile prefixes (the part *after* the leading 0) // 3⃣ German mobile prefixes (the part *after* the leading 0)
// ------------------------------------------------------------- // -------------------------------------------------------------
$germanMobilePrefixes = [ $germanMobilePrefixes = [
'151','152','155','157','159', '15',
'160','162','163','164','165','166','167','168','169', '16',
'170','171','172','173','174','175','176','177','178','179', '17',
]; ];
// ------------------------------------------------------------- // -------------------------------------------------------------