added new Socialite example to fit in with existing code.
This commit is contained in:
@@ -18,9 +18,11 @@ class User extends Authenticatable
|
||||
* @var list<string>
|
||||
*/
|
||||
protected $fillable = [
|
||||
'name',
|
||||
'character_id',
|
||||
'character_name',
|
||||
'email',
|
||||
'password',
|
||||
'character_owner_hash',
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user