mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update src/Appwrite/Utopia/Response/Model/Specification.php
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
This commit is contained in:
co-authored by
Jake Barnby
parent
dc149761d8
commit
6d230e7c03
@@ -17,7 +17,7 @@ class Specification extends Model
|
||||
'example' => 512
|
||||
]);
|
||||
$this->addRule('cpus', [
|
||||
'type' => self::TYPE_INTEGER,
|
||||
'type' => self::TYPE_FLOAT,
|
||||
'description' => 'Number of CPUs.',
|
||||
'default' => 0,
|
||||
'example' => 1
|
||||
|
||||
Reference in New Issue
Block a user