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