list dokter, list RS
This commit is contained in:
@@ -27,7 +27,17 @@ class Address extends Model
|
||||
'period_start',
|
||||
'period_end',
|
||||
];
|
||||
|
||||
|
||||
|
||||
protected $hidden = [
|
||||
'created_at',
|
||||
'updated_at',
|
||||
'deleted_at',
|
||||
'created_by',
|
||||
'updated_by',
|
||||
'deleted_by',
|
||||
];
|
||||
|
||||
public function addressable()
|
||||
{
|
||||
return $this->morphTo();
|
||||
|
||||
Reference in New Issue
Block a user