mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
fix: remove unnecessary data
This commit is contained in:
parent
381374209a
commit
32b1e0db51
4 changed files with 0 additions and 4 deletions
|
|
@ -29,7 +29,6 @@ class AttributeEmail extends Attribute
|
|||
'description' => 'String format.',
|
||||
'default' => 'email',
|
||||
'example' => 'email',
|
||||
'array' => false,
|
||||
'required' => true,
|
||||
])
|
||||
->addRule('default', [
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ class AttributeEnum extends Attribute
|
|||
'description' => 'String format.',
|
||||
'default' => 'enum',
|
||||
'example' => 'enum',
|
||||
'array' => false,
|
||||
'required' => true,
|
||||
])
|
||||
->addRule('default', [
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@ class AttributeIP extends Attribute
|
|||
'description' => 'String format.',
|
||||
'default' => 'ip',
|
||||
'example' => 'ip',
|
||||
'array' => false,
|
||||
'required' => true,
|
||||
])
|
||||
->addRule('default', [
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@ class AttributeURL extends Attribute
|
|||
'description' => 'String format.',
|
||||
'default' => 'url',
|
||||
'example' => 'url',
|
||||
'array' => false,
|
||||
'required' => true,
|
||||
])
|
||||
->addRule('default', [
|
||||
|
|
|
|||
Loading…
Reference in a new issue