Skip to content

Commit 00df6af

Browse files
Utility and TextSanitizer class added
1 parent 54bd5b1 commit 00df6af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/TextSanitizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
use Tamedevelopers\Support\Traits\TextSanitizerTrait;
88

9-
class TextSanitizer{
9+
class TextSanitizer{
1010

1111
use TextSanitizerTrait;
1212

src/Utility.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
class Utility
3030
{
3131
use TextUtilityTrait,
32-
EmailUtilityTrait;
32+
EmailUtilityTrait;
3333

3434
/**
3535
* Providers rules cache loaded from stubs/emailProviders.php

0 commit comments

Comments
 (0)