@@ -11,6 +11,7 @@ class HomePage extends Model
protected $fillable = [
'introduce',
'content',
- 'photo'
+ 'photo',
+ 'bottom_introduce',
];
}