Skip to content

Commit

Permalink
Added the currency field to the Channel's fillable props
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Jul 10, 2023
1 parent 547d360 commit 6c6dad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Channel/Models/Channel.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Channel extends Model implements ChannelContract

protected $table = 'channels';

protected $fillable = ['name', 'slug', 'configuration'];
protected $guarded = ['id', 'created_at', 'updated_at'];

protected $casts = [
'configuration' => 'array'
Expand Down

0 comments on commit 6c6dad6

Please sign in to comment.