From dd6ff0f99cb8dd7df78b1b483d267fce5735fc04 Mon Sep 17 00:00:00 2001 From: vine_liutk <961510893@qq.com> Date: Mon, 22 May 2023 17:33:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/FriendLink.php | 1 + 1 file changed, 1 insertion(+) 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()