|
@@ -11,8 +11,8 @@ use PHPOpenSourceSaver\JWTAuth\Contracts\JWTSubject;
|
|
|
|
|
|
class User extends Authenticatable implements JWTSubject
|
|
class User extends Authenticatable implements JWTSubject
|
|
{
|
|
{
|
|
- use Notifiable,HasDateTimeFormatter,SoftDeletes;
|
|
|
|
-
|
|
|
|
|
|
+ use Notifiable,HasDateTimeFormatter;
|
|
|
|
+ // SoftDeletes
|
|
/**
|
|
/**
|
|
* The attributes that are mass assignable.
|
|
* The attributes that are mass assignable.
|
|
*
|
|
*
|