We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c5571 commit 82a968cCopy full SHA for 82a968c
1 file changed
user_guide_src/source/database/model.rst
@@ -591,7 +591,7 @@ must return the original $data array so other callbacks have the full informatio
591
if (! isset($data['data']['password']) return $data;
592
593
$data['data']['password_hash'] = password_hash($data['data']['password'], PASSWORD_DEFAULT);
594
- unse($data['data']['password'];
+ unset($data['data']['password'];
595
596
return $data;
597
}
0 commit comments