1
0
mirror of https://github.com/LinkStackOrg/LinkStack.git synced 2025-03-09 16:10:12 +01:00

Update Link.php

This commit is contained in:
Julian Prieber 2024-06-23 12:07:00 +02:00
parent cf1c401515
commit 31c8ba0daa

@ -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()
{