mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-18 09:29:46 +02:00
Apply Pint fixes
This commit is contained in:
@@ -70,12 +70,13 @@ use Laravel\Passport\HasApiTokens;
|
||||
class User extends Authenticatable implements HasLocalePreference, WebAuthnAuthenticatable
|
||||
{
|
||||
use HasApiTokens, Notifiable;
|
||||
|
||||
use HasAuthenticationLog;
|
||||
|
||||
/**
|
||||
* @use HasFactory<UserFactory>
|
||||
*/
|
||||
use HasFactory;
|
||||
|
||||
use WebAuthnAuthentication, WebAuthnManageCredentials;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user