Skip to content

Commit 3dfd51d

Browse files
committed
Update readme.md
1 parent b556101 commit 3dfd51d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ After you can see some option with start ```validate-lang```, you can select whi
6464
| 24 | ValidBase64 | Validate base64 for ex (bWlsd2Fk) |
6565
| 25 | ValidJwt | Validate jwt |
6666
| 26 | ValidateJalaliDate | Validate jajali date for ex (1384/8/25) |
67+
| 26 | ValidDuplicateCharacter | Validate duplicate characters for ex (1,2,3,4,5,6,7,8,9) |
6768

6869
# License
6970
* This package is created and modified by <a href="https://github.com/milwad-dev" target="_blank">Milwad Khosravi</a> for Laravel upper more than 8 and is released under the MIT License.

src/Rules/ValidDuplicateCharacter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Milwad\LaravelValidate\Rules;
44

55
use Illuminate\Contracts\Validation\Rule;
6-
use Morilog\Jalali\CalendarUtils;
76

87
class ValidDuplicateCharacter implements Rule
98
{

0 commit comments

Comments
 (0)