update controllers logic

This commit is contained in:
root
2026-04-23 00:04:35 -04:00
parent 1977a513df
commit ca4ba272fc
353 changed files with 13402 additions and 1301 deletions
Executable → Regular
+4 -6
View File
@@ -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 = [