Skip to content

Commit 31c8ba0

Browse files
committed
Update Link.php
1 parent cf1c401 commit 31c8ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Models/Link.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Link extends Model
99
{
1010
use HasFactory;
1111

12-
protected $fillable = ['link', 'title', 'button_id', 'type_params', 'type'];
12+
protected $fillable = ['link', 'title', 'button_id', 'type_params', 'type', 'custom_icon'];
1313

1414
protected static function boot()
1515
{

0 commit comments

Comments
 (0)