[WIP] Store Limit
This commit is contained in:
@@ -27,6 +27,15 @@ class Icd extends Model
|
||||
'active'
|
||||
];
|
||||
|
||||
protected $hidden = [
|
||||
'created_at',
|
||||
'updated_at',
|
||||
'deleted_at',
|
||||
'created_by',
|
||||
'updated_by',
|
||||
'deleted_by',
|
||||
];
|
||||
|
||||
public function getTypeAttribute()
|
||||
{
|
||||
return 'ICD-'.$this->rev;
|
||||
|
||||
Reference in New Issue
Block a user