dev
vine_liutk 2023-05-22 17:33:15 +08:00
parent 03f8cf9c39
commit dd6ff0f99c
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ class FriendLink extends Model
protected $fillable = [
'name', 'type', 'content', 'sort', 'is_recommend', 'is_show',
'is_iframe',
];
public static function typeMap()