Skip to content

Commit

Permalink
fix: records country_id
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Nov 25, 2024
1 parent c40cdf4 commit e875815
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Models/Record.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class Record extends Model implements TemporaryTable, ClearsCache
*/
protected $fillable = [
'election_id',
'country_id',
'county_id',
'locality_id',
'section',
Expand Down

0 comments on commit e875815

Please sign in to comment.