[WIP] ASO Payment
This commit is contained in:
@@ -16,6 +16,15 @@ class CorporateServiceSpeciality extends Model
|
||||
'speciality_id',
|
||||
'active'
|
||||
];
|
||||
|
||||
protected $hidden = [
|
||||
'created_at',
|
||||
'updated_at',
|
||||
'deleted_at',
|
||||
'created_by',
|
||||
'updated_by',
|
||||
'deleted_by',
|
||||
];
|
||||
|
||||
public function corporateService()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user