update controllers logic
This commit is contained in:
@@ -23,16 +23,14 @@ class Refund extends BaseModel
|
||||
'refund_paid_amount',
|
||||
'request',
|
||||
'note',
|
||||
'semester',
|
||||
'school_year',
|
||||
'approved_by',
|
||||
'updated_by',
|
||||
'refund_method',
|
||||
'check_nbr',
|
||||
'check_file',
|
||||
'created_at',
|
||||
'updated_at',
|
||||
'semester',
|
||||
];
|
||||
|
||||
public $timestamps = true;
|
||||
|
||||
protected $casts = [
|
||||
|
||||
Reference in New Issue
Block a user