Skip to content

Commit

Permalink
Merge pull request #309 from alexmanase/fix-284
Browse files Browse the repository at this point in the history
Add "gender" to fillable for Aggressor model
  • Loading branch information
gheorghelupu17 authored Nov 19, 2024
2 parents 2a2d523 + 43ae11c commit 26f05ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Models/Aggressor.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class Aggressor extends Model
'age',
'civil_status',
'drugs',
'gender',
'has_drug_history',
'has_psychiatric_history',
'has_violence_history',
Expand Down

0 comments on commit 26f05ab

Please sign in to comment.