Update Link.php

This commit is contained in:
Julian Prieber 2024-06-23 12:07:00 +02:00
parent cf1c401515
commit 31c8ba0daa
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class Link extends Model
{
use HasFactory;
protected $fillable = ['link', 'title', 'button_id', 'type_params', 'type'];
protected $fillable = ['link', 'title', 'button_id', 'type_params', 'type', 'custom_icon'];
protected static function boot()
{