Skip to content

Commit e9b1e3c

Browse files
committed
Update laravel-validate.php
1 parent e5c02bd commit e9b1e3c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/laravel-validate.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,9 @@
4444
'TR' => TRPhoneValidator::class, // Turkey
4545
'ZH' => ZHPhoneValidator::class, // China
4646
],
47+
48+
/*
49+
* If you want to use rules like 'required|validPhone' in your validations, you can change it to true.
50+
*/
51+
'using_container' => false,
4752
];

0 commit comments

Comments
 (0)