mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
exam-index
This commit is contained in:
@@ -78,7 +78,7 @@ class User extends Authenticatable
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $fillable = ['username', 'email', 'password', 'secret', 'editsecret', 'added'];
|
||||
protected $fillable = ['username', 'email', 'passhash', 'secret', 'editsecret', 'added'];
|
||||
|
||||
/**
|
||||
* The attributes that should be hidden for arrays.
|
||||
@@ -96,6 +96,6 @@ class User extends Authenticatable
|
||||
* @var array
|
||||
*/
|
||||
protected $casts = [
|
||||
'email_verified_at' => 'datetime',
|
||||
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user