mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Fix input file switch reference
This commit is contained in:
parent
d0f81c9621
commit
23c52da9f8
1 changed files with 1 additions and 3 deletions
|
|
@ -207,8 +207,6 @@ class Builder
|
|||
case 'Utopia\Database\Validator\Key':
|
||||
case 'Utopia\Database\Validator\CustomId':
|
||||
case 'Utopia\Database\Validator\UID':
|
||||
case 'Utopia\Storage\Validator\File':
|
||||
case 'Utopia\Validator\File':
|
||||
case 'Utopia\Validator\HexColor':
|
||||
case 'Utopia\Validator\Length':
|
||||
case 'Utopia\Validator\Text':
|
||||
|
|
@ -242,7 +240,7 @@ class Builder
|
|||
case 'Utopia\Validator\JSON':
|
||||
$type = self::json();
|
||||
break;
|
||||
case 'Appwrite\Storage\Validator\File':
|
||||
case 'Utopia\Storage\Validator\File':
|
||||
$type = self::inputFile();
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Reference in a new issue