summaryrefslogtreecommitdiff
path: root/src/Validators
diff options
context:
space:
mode:
Diffstat (limited to 'src/Validators')
-rw-r--r--src/Validators/EmailValidator.php2
-rw-r--r--src/Validators/LenValidator.php2
-rw-r--r--src/Validators/RequiredValidator.php2
-rw-r--r--src/Validators/Validator.php2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/Validators/EmailValidator.php b/src/Validators/EmailValidator.php
index d0e87fc..d5654c0 100644
--- a/src/Validators/EmailValidator.php
+++ b/src/Validators/EmailValidator.php
@@ -1,6 +1,6 @@
<?php
-namespace Askonomm\Bouncer\Validators;
+namespace Askonomm\Hird\Validators;
/**
* Implements an e-mail validator that has a job
diff --git a/src/Validators/LenValidator.php b/src/Validators/LenValidator.php
index 54fe234..f47168a 100644
--- a/src/Validators/LenValidator.php
+++ b/src/Validators/LenValidator.php
@@ -1,6 +1,6 @@
<?php
-namespace Askonomm\Bouncer\Validators;
+namespace Askonomm\Hird\Validators;
/**
* Implements a length validator that has a job of validating
diff --git a/src/Validators/RequiredValidator.php b/src/Validators/RequiredValidator.php
index 8e205f9..82c18ec 100644
--- a/src/Validators/RequiredValidator.php
+++ b/src/Validators/RequiredValidator.php
@@ -1,6 +1,6 @@
<?php
-namespace Askonomm\Bouncer\Validators;
+namespace Askonomm\Hird\Validators;
/**
* Implements a length validator that has a job of validating
diff --git a/src/Validators/Validator.php b/src/Validators/Validator.php
index 2d3a948..85aca30 100644
--- a/src/Validators/Validator.php
+++ b/src/Validators/Validator.php
@@ -1,6 +1,6 @@
<?php
-namespace Askonomm\Bouncer\Validators;
+namespace Askonomm\Hird\Validators;
interface Validator
{