mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-20 05:07:22 +02:00
Update Link.php
This commit is contained in:
parent
cf1c401515
commit
31c8ba0daa
@ -9,7 +9,7 @@ class Link extends Model
|
|||||||
{
|
{
|
||||||
use HasFactory;
|
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()
|
protected static function boot()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user