update controllers logic
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user