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