You've already forked isop-mirror
fix: add hidden attributes for serialization in models and update contact method in Company model
This commit is contained in:
@@ -21,4 +21,14 @@ class StudentData extends Model
|
||||
'personal_email',
|
||||
'study_field',
|
||||
];
|
||||
|
||||
/**
|
||||
* The attributes that should be hidden for serialization.
|
||||
*
|
||||
* @var list<string>
|
||||
*/
|
||||
protected $hidden = [
|
||||
'created_at',
|
||||
'updated_at',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user