remove laravel/sanctum

This commit is contained in:
Saeed Vaziry
2024-03-17 13:10:26 +01:00
parent 839e7f496c
commit 4f252caaf3
7 changed files with 2 additions and 157 deletions

View File

@ -9,7 +9,6 @@
use Illuminate\Notifications\Notifiable;
use Illuminate\Support\Collection;
use Laravel\Fortify\TwoFactorAuthenticatable;
use Laravel\Sanctum\HasApiTokens;
/**
* @property int $id
@ -34,7 +33,6 @@
*/
class User extends Authenticatable
{
use HasApiTokens;
use HasFactory;
use Notifiable;
use TwoFactorAuthenticatable;