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…
Reference in New Issue