mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-17 17:11:06 +02:00
Apply Pint fixes
This commit is contained in:
@@ -40,8 +40,8 @@ use Laravel\Passport\HasApiTokens;
|
||||
*/
|
||||
class User extends Authenticatable implements WebAuthnAuthenticatable
|
||||
{
|
||||
use WebAuthnAuthentication, WebAuthnManageCredentials;
|
||||
use HasApiTokens, HasFactory, Notifiable;
|
||||
use WebAuthnAuthentication, WebAuthnManageCredentials;
|
||||
|
||||
/**
|
||||
* The attributes that are mass assignable.
|
||||
@@ -49,7 +49,7 @@ class User extends Authenticatable implements WebAuthnAuthenticatable
|
||||
* @var string[]
|
||||
*/
|
||||
protected $fillable = [
|
||||
'name', 'email', 'password', 'oauth_id', 'oauth_provider'
|
||||
'name', 'email', 'password', 'oauth_id', 'oauth_provider',
|
||||
];
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user