diff --git a/app/Models/FriendLink.php b/app/Models/FriendLink.php index b2608b0..f0c705a 100644 --- a/app/Models/FriendLink.php +++ b/app/Models/FriendLink.php @@ -20,6 +20,7 @@ class FriendLink extends Model protected $fillable = [ 'name', 'type', 'content', 'sort', 'is_recommend', 'is_show', + 'is_iframe', ]; public static function typeMap()