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:
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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user