mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
Reordered types
This commit is contained in:
parent
84ea4f2679
commit
88df11f80f
1 changed files with 3 additions and 3 deletions
|
|
@ -159,15 +159,15 @@ class Structure extends Validator
|
|||
case 'boolean':
|
||||
$validator = new Validator\Boolean();
|
||||
break;
|
||||
case 'ip':
|
||||
$validator = new Validator\IP();
|
||||
break;
|
||||
case 'email':
|
||||
$validator = new Validator\Email();
|
||||
break;
|
||||
case 'url':
|
||||
$validator = new Validator\URL();
|
||||
break;
|
||||
case 'ip':
|
||||
$validator = new Validator\IP();
|
||||
break;
|
||||
case 'wildcard':
|
||||
$validator = new Validator\Mock();
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue