list dokter, list RS
This commit is contained in:
@@ -24,9 +24,18 @@ class Organization extends Model
|
||||
// 'metas'
|
||||
// ];
|
||||
|
||||
// public $appends = [
|
||||
// 'meta'
|
||||
// ];
|
||||
public $appends = [
|
||||
'meta'
|
||||
];
|
||||
|
||||
protected $hidden = [
|
||||
'created_at',
|
||||
'updated_at',
|
||||
'deleted_at',
|
||||
'created_by',
|
||||
'updated_by',
|
||||
'deleted_by',
|
||||
];
|
||||
|
||||
/**
|
||||
* Scope a query to only include active data.
|
||||
|
||||
Reference in New Issue
Block a user