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