update controllers logic
This commit is contained in:
Executable → Regular
+4
-6
@@ -17,10 +17,6 @@ class InventoryItem extends BaseModel
|
||||
'name',
|
||||
'description',
|
||||
'quantity',
|
||||
'good_qty',
|
||||
'needs_repair_qty',
|
||||
'need_replace_qty',
|
||||
'cannot_find_qty',
|
||||
'unit',
|
||||
'condition',
|
||||
'isbn',
|
||||
@@ -30,8 +26,10 @@ class InventoryItem extends BaseModel
|
||||
'semester',
|
||||
'school_year',
|
||||
'updated_by',
|
||||
'created_at',
|
||||
'updated_at',
|
||||
'good_qty',
|
||||
'needs_repair_qty',
|
||||
'need_replace_qty',
|
||||
'cannot_find_qty',
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
|
||||
Reference in New Issue
Block a user