Personal Access Token page implementation

This commit is contained in:
Peter Papp
2021-07-18 13:32:08 +02:00
parent ddf88304ff
commit a9a572c434
8 changed files with 323 additions and 46 deletions
+6 -1
View File
@@ -18,7 +18,12 @@ use Illuminate\Foundation\Auth\User as Authenticatable;
class User extends Authenticatable implements MustVerifyEmail
{
use Notifiable, Billable, Sortable, HasFactory, HasApiTokens, TwoFactorAuthenticatable;
use TwoFactorAuthenticatable;
use HasApiTokens;
use Notifiable;
use HasFactory;
use Billable;
use Sortable;
protected $guarded = [
'id',