We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9f24b commit e8b0d70Copy full SHA for e8b0d70
src/Extensions/PostalCode.php
@@ -6,9 +6,6 @@
6
use Axlon\PostalCodeValidation\Support\PostalCodeExamples;
7
use InvalidArgumentException;
8
9
-/**
10
- * @deprecated This class will be removed in 4.0
11
- */
12
class PostalCode
13
{
14
/**
src/Extensions/PostalCodeFor.php
@@ -8,9 +8,6 @@
use Illuminate\Validation\Validator;
class PostalCodeFor
15
16
src/Support/PostalCodeExamples.php
@@ -2,9 +2,6 @@
2
3
namespace Axlon\PostalCodeValidation\Support;
4
5
class PostalCodeExamples
0 commit comments