Sms verification ok
This commit is contained in:
@@ -24,10 +24,14 @@ class User extends Authenticatable
|
||||
* @var array<int, string>
|
||||
*/
|
||||
protected $fillable = [
|
||||
'username',
|
||||
'name',
|
||||
'email',
|
||||
'phone',
|
||||
'email_verified_at',
|
||||
'password',
|
||||
'locale',
|
||||
'active',
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user