*/ protected $fillable = [ 'title', 'image', 'sort', 'is_display', 'content', 'published_at', ]; /** * The attributes that should be cast. * * @var array */ protected $casts = [ 'id' => 'integer', 'sort' => 'integer', 'is_display' => 'integer', ]; }