Skip to content

Commit

Permalink
Adds header columns to fillable
Browse files Browse the repository at this point in the history
  • Loading branch information
yordadev committed Nov 2, 2024
1 parent b127c30 commit e47cd79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Models/ShortUrlClick.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ class ShortUrlClick extends Model
'short_url_id',
'location_id',
'outcome_id',
'headers',
'headers_signature'
];

protected $hidden = [
Expand Down

0 comments on commit e47cd79

Please sign in to comment.