mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 16:08:22 +00:00
Update src/Appwrite/Utopia/Response/Model/AlgoArgon2.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
parent
693e18e5d9
commit
160433ec9c
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class AlgoArgon2 extends Model
|
|||
$this
|
||||
->addRule('memoryCost', [
|
||||
'type' => self::TYPE_INTEGER,
|
||||
'description' => 'Memory that may be used to compute hash.',
|
||||
'description' => 'Memory used to compute hash.',
|
||||
'default' => '',
|
||||
'example' => 65536,
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue