|
|
@ -24,7 +24,7 @@ class User extends Model implements AuthenticatableContract, AuthorizableContrac |
|
|
|
protected $fillable = [ |
|
|
|
protected $fillable = [ |
|
|
|
'name', 'email', 'role_id', 'username', 'session_login', 'phone_number', 'email', 'address', |
|
|
|
'name', 'email', 'role_id', 'username', 'session_login', 'phone_number', 'email', 'address', |
|
|
|
'fcm_token', 'gender', 'birth_place', 'birth_date', 'blood_type', 'ktp_number', 'working_hours', |
|
|
|
'fcm_token', 'gender', 'birth_place', 'birth_date', 'blood_type', 'ktp_number', 'working_hours', |
|
|
|
'created_at', 'created_by', 'updated_at', 'updated_by', 'status_resource', 'discount_id' |
|
|
|
'created_at', 'created_by', 'updated_at', 'updated_by', 'status_resource', 'discount_id','company_id' |
|
|
|
]; |
|
|
|
]; |
|
|
|
|
|
|
|
|
|
|
|
const CREATED_AT = 'created_at'; |
|
|
|
const CREATED_AT = 'created_at'; |
|
|
|