mehr übersetzungen, added pending purchase indicator. datenschutzfenster funktioniert.
This commit is contained in:
@@ -31,6 +31,7 @@ class User extends Authenticatable implements MustVerifyEmail
|
||||
'address',
|
||||
'phone',
|
||||
'role',
|
||||
'pending_purchase',
|
||||
];
|
||||
|
||||
/**
|
||||
@@ -53,6 +54,7 @@ class User extends Authenticatable implements MustVerifyEmail
|
||||
return [
|
||||
'email_verified_at' => 'datetime',
|
||||
'password' => 'hashed',
|
||||
'pending_purchase' => 'boolean',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user