mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-23 16:34:10 -05:00
Revert the User model password hash cast as this breaks things
This commit is contained in:
parent
a548e27d16
commit
340f3e1f23
1 changed files with 1 additions and 2 deletions
|
@ -44,8 +44,7 @@ class User extends Authenticatable
|
||||||
* @var array<string, string>
|
* @var array<string, string>
|
||||||
*/
|
*/
|
||||||
protected $casts = [
|
protected $casts = [
|
||||||
'email_verified_at' => 'datetime',
|
'email_verified_at' => 'datetime'
|
||||||
'password' => 'hashed',
|
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue