Skip to content

Commit

Permalink
Remove deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
axlon committed Jan 24, 2024
1 parent 0a9f24b commit e8b0d70
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions src/Extensions/PostalCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
use Axlon\PostalCodeValidation\Support\PostalCodeExamples;
use InvalidArgumentException;

/**
* @deprecated This class will be removed in 4.0
*/
class PostalCode
{
/**
Expand Down
3 changes: 0 additions & 3 deletions src/Extensions/PostalCodeFor.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
use Illuminate\Validation\Validator;
use InvalidArgumentException;

/**
* @deprecated This class will be removed in 4.0
*/
class PostalCodeFor
{
/**
Expand Down
3 changes: 0 additions & 3 deletions src/Support/PostalCodeExamples.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

namespace Axlon\PostalCodeValidation\Support;

/**
* @deprecated This class will be removed in 4.0
*/
class PostalCodeExamples
{
/**
Expand Down

0 comments on commit e8b0d70

Please sign in to comment.