update controllers logic
This commit is contained in:
Executable → Regular
+3
-6
@@ -15,15 +15,12 @@ class DiscountUsage extends BaseModel
|
||||
protected $fillable = [
|
||||
'voucher_id',
|
||||
'invoice_id',
|
||||
'parent_id',
|
||||
'discount_amount',
|
||||
'description',
|
||||
'school_year',
|
||||
'updated_by',
|
||||
'used_at',
|
||||
'created_at',
|
||||
'updated_at',
|
||||
'semester',
|
||||
'updated_by',
|
||||
'parent_id',
|
||||
'used_at',
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
|
||||
Reference in New Issue
Block a user