diff options
| author | Asko Nomm <asko@bien.ee> | 2022-02-22 23:53:02 +0100 |
|---|---|---|
| committer | Asko Nomm <asko@bien.ee> | 2022-02-22 23:53:02 +0100 |
| commit | a0cbd0627babb31d4238b20e5303620e5c2b6cc3 (patch) | |
| tree | dd9cebf7ff947139d769133c03e57d4a71d61a45 /src/Bouncer.php | |
| parent | 037f2f0dba509bbfbd96efb8810e6a2e13295c3d (diff) | |
Update namespaces
Diffstat (limited to 'src/Bouncer.php')
| -rw-r--r-- | src/Bouncer.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Bouncer.php b/src/Bouncer.php index 9c16b52..0bfbdcb 100644 --- a/src/Bouncer.php +++ b/src/Bouncer.php @@ -14,9 +14,9 @@ use Askonomm\Bouncer\Validators\RequiredValidator; * rules and optionally an array of validators. If no validators * are provided, default validators will be used instead, which are: * - * - `Validators::len()` - * - `Validators::email()` - * - `Validators::required()` + * - `\Askonomm\Bouncer\Validators\LenValidator` + * - `\Askonomm\Bouncer\Validators\EmailValidator` + * - `\Askonomm\Bouncer\Validators\RequiredValidator` * * The key of each item in the `$fields` array must correspond to the * the key of each item in the `$rules` array, so that Bouncer |
