Skip to content

Commit 229767c

Browse files
committed
Update laravel-validate.php
1 parent 0c11363 commit 229767c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/laravel-validate.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
use Milwad\LaravelValidate\Utils\CountryPhoneValidator\ZHPhoneValidator;
2020

2121
return [
22-
/*
23-
* Mapping of country codes to their respective phone number validator classes.
24-
* Each validator enforces country-specific phone number formatting and validation rules.
25-
*
26-
* You can add custom country phone validator.
27-
*/
22+
/*
23+
* Mapping of country codes to their respective phone number validator classes.
24+
* Each validator enforces country-specific phone number formatting and validation rules.
25+
*
26+
* You can add custom country phone validator.
27+
*/
2828
'phone-country' => [
2929
'DE' => DEPhoneValidator::class, // Germany
3030
'EN' => ENPhoneValidator::class, // England

0 commit comments

Comments
 (0)