Skip to content

Commit

Permalink
Cast password of Staff as hashed (#1442)
Browse files Browse the repository at this point in the history
  • Loading branch information
bangnokia authored Jan 15, 2024
1 parent 5320616 commit 8dfd798
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/admin/src/Models/Staff.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ protected static function newFactory(): StaffFactory
*/
protected $casts = [
'email_verified_at' => 'datetime',
'password' => 'hashed'
];

/**
Expand Down

0 comments on commit 8dfd798

Please sign in to comment.