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
+1 -3
View File
@@ -11,16 +11,14 @@ class Reimbursement extends BaseModel
protected $table = 'reimbursements';
protected $fillable = [
'expense_id',
'amount',
'reimbursed_to',
'approved_by',
'receipt_path',
'description',
'status',
'expense_id',
'added_by',
'created_at',
'updated_at',
'school_year',
'semester',
'check_number',