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