@@ -46,7 +46,8 @@ class DocterInfo implements ToModel
'card_photo' => $row[3],
'practice' => $row[4],
'avatar' => $avatar,
- 'is_then' => 1
+ 'is_then' => 1,
+ 'type' => 1
]);
}