We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1c401 commit 31c8ba0Copy full SHA for 31c8ba0
app/Models/Link.php
@@ -9,7 +9,7 @@ class Link extends Model
9
{
10
use HasFactory;
11
12
- protected $fillable = ['link', 'title', 'button_id', 'type_params', 'type'];
+ protected $fillable = ['link', 'title', 'button_id', 'type_params', 'type', 'custom_icon'];
13
14
protected static function boot()
15
0 commit comments