Updated-simplified calling codes for German mobile carriers
This commit is contained in:
parent
815534749a
commit
2a12b62d40
|
|
@ -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',
|
||||||
];
|
];
|
||||||
|
|
||||||
// -------------------------------------------------------------
|
// -------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user